Question: Using C#, write a program that does the following: 1. Create static array variables to store menu items of your choice: 1. Appetizer Name 2.

Using C\#, write a program that does the following: 1. Create static array variables to store menu items of your choice: 1. Appetizer Name 2. Appetizer Price 3. Drink Name 4. Drink Price 5. Entreee Name 6. Entree Price 7. Dessert Name 8. Dessert Price 2. Create regular, non-array variables to store: 1. Subtotal 2. Tax ( 10% tax rate for easy math) 3. Total 4. ip 3. Use a menu to display item categories: 1. Appetizers 2. Entrees 3. Drinks 4. Desserts 4. Use a sub-menu to display the items for each category 5. Record the item selected and quantity 1. Update subtotal each time a user makes a choice for purchase 2. Update the receipt information each time a user makes a choice for purchase 6. Once finished 1. Calculate the subtotal 2. Calculate the tax 3. Calculate the total 7. Display a receipt for all items purchased along with the subtotal, tax and total 8. Ask for tip 9. Display updated total 10. Ask for payment 11. If the payment is less than the amount of money owed, then use a while loop to get more money from the user. Continue looping until the amount paid is >= the updated total 12. Output the change due 13. Enjoy the rest of your day
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
