- Restaurant menus
- Different cuisines
- Have different items in each cuisine
- Each item should have its own price
- Add different toppings or side items
- The program should first print a whole menu of the types of cuisines the restaurant has
- Then it should ask the user for input to select the type of cuisine they would like to order from
- After the user selects the cuisine type the program should display the items that are available
- In the first early stages just carry on and ask if the user would like to add extra’s or toppings on or with the item and add it to the item
- after the you get familiar with the program, make it so that the program takes multiple orders until the user wants to quit ordering or want to proceed to the next step (Add an option to exit the program, and also an option with instruction if the user wants to add/ keep adding topping or extras or if they are done or don’t want extra’s)
- Later in the progress, make it so the program displays the total bill of the complete order(including extra’s)
- After this works, make it so the program repeats the output and show you everything that u ordered(make a cart), and ask you if u want to finalize the order, then display the final order and make the final bill.
- Add a budget for the user