Create a program in C++ that will display the following: (Note codes and screenshots of all the outputs should be submitted on time). Menu a. Merienda b. Lunch Ask user to input choice: If choice is a, display 1. Spaghetti with drinks 2. Palabok with drinks 3. Carbonara with drinks 4. Burger with drinks ask user choice: if choice is 1, display "You ordered spaghetti with drinks", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit. if choice is 2, display "You ordered Palabok with drinks", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit. if choice is 3, display "You ordered Carbonara with drinks", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit. if choice is 1, display "You ordered Burger with drinks", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit. if choice is b, display 1. Chicken and rice 2. Pork Adobo with rice 3. Pork Sinigang with rice 4. Mixed Vegetable with Rice ask user choice: if choice is 1, display "You ordered chicken and rice", Try again ?Y/N, if Y display the menu again, N display, Your order will be served!, then exit. if choice is 2, display "You ordered pork adobo with rice", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit. if choice is 3, display "You ordered pork sinigang with rice", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit. if choice is 1, display "You ordered mixed vegetable with rice", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit. Note: If choice is not in the menu, display "Invalid choice!" Try Again?Y/N, if Y, return to menu, If N, display "Thank you!" then exit the program.
Create a program in C++ that will display the following: (Note codes and screenshots of all the outputs should be submitted on time).
Menu
a. Merienda
b. Lunch
Ask user to input choice:
If choice is a, display
1. Spaghetti with drinks
2. Palabok with drinks
3. Carbonara with drinks
4. Burger with drinks
ask user choice:
if choice is 1, display "You ordered spaghetti with drinks", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit.
if choice is 2, display "You ordered Palabok with drinks", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit.
if choice is 3, display "You ordered Carbonara with drinks", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit.
if choice is 1, display "You ordered Burger with drinks", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit.
if choice is b, display
1. Chicken and rice
2. Pork Adobo with rice
3. Pork Sinigang with rice
4. Mixed Vegetable with Rice
ask user choice:
if choice is 1, display "You ordered chicken and rice", Try again ?Y/N, if Y display the menu again, N
display, Your order will be served!, then exit.
if choice is 2, display "You ordered pork adobo with rice", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit.
if choice is 3, display "You ordered pork sinigang with rice", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit.
if choice is 1, display "You ordered mixed vegetable with rice", Try again ?Y/N, if Y display the menu again, N display display, Your order will be served!, then exit.
Note: If choice is not in the menu, display "Invalid choice!" Try Again?Y/N, if Y, return to menu, If N, display "Thank you!" then exit the program.
Step by step
Solved in 3 steps with 2 images