Question
Write a program called a2_p2.py where you will modify your code from the previous part so that customers can select products from the menu. The
Write a program called a2_p2.py where you will modify your code from the previous part so that customers can select products from the menu. The user should make their selection by entering the corresponding number. It is possible the user will enter any type of data, including text, floating-point numbers, negative numbers, etc.. Invalid selections should be handled with a suitable error message and the menu should be repeated. Once the customer has selected a product, the program should ask how many of that product the customer would like. Following this, the program will ask whether the user wants to continue and see the invoice or cancel the transaction. If the user wants to continue it should provide the user with their receipt (subtotal, tax (13% of the subtotal) and total cost of the order). Otherwise, it should print a message and terminates.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started