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
Get step-by-step solutions from verified subject matter experts
