Menu-driven program
Write a menu-driven program for De Anza College Food Court. (You need to use Methods !)
Display the food menu to a user (Just show the 5 options' names and prices - No need to show the Combos or the details!)
Use numbers for the options and for example "6" to exit.
Ask the user what he/she wants and how many of it. (Check the user inputs) AND use trim() function to trim your inputs(if needed)
Keep asking the user until he/she chooses the exit option.