Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Program: Write a program that display the restaurant menu, lets user make an order, and dis- plays the total price of the user's order. Specifications

image text in transcribed
image text in transcribed
Program: Write a program that display the restaurant menu, lets user make an order, and dis- plays the total price of the user's order. Specifications and Assumptions: User should be allowed to select from the below menu only. Prices are also shown below for each menu option. Assume user always provides the valid menu choices only. Don't need to validate user input. Assume that user makes only 1 quantity of each food item at a time. Assume that your program allows only 1 order per each run of the program. You can Tomplete this program with the programming constructs such as if else, while/for loops, lists, functions.Choice of programming constructs is completely yours. You need not use all of them though. . Menu Choice Food Item Croissant Muffins Sandwich Pizza Water Diet Coke Price(in $) 2 4 7 10 2 3.5 P W DC Menu choice NO indicates end of the order. NOTE: EXPECTING A ERROR FREE PROGRAM. WORK INDEPENDENTLY on the program. ==== SAMPLERUN Welcome to my Restaurant, We are glad to serve you. Please select below menu choice for your order Menu Choice Food Item Price Croissant 2 M Muffins 4 S Sandwich 7 P Pizza 10 w Water 2 DC Diet Coke 3.5 Enter your choice:M You selected Muffins, and price is 4$ Do you want to add more items to order, enter your choice here:P You selected Pizza, and price is 10$ Do you want to add more items to order, enter your choice here:DC You selected Diet Coke, and price is 3.5$ Do you want to add more items to order, enter your choice here:NO Total Price for the order is 17.5. Thanks for your order, your food is served shortly

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database 11g SQL

Authors: Jason Price

1st Edition

0071498508, 978-0071498500

More Books

Students also viewed these Databases questions

Question

l Describe two security benefits.

Answered: 1 week ago