Question
**To be written in python, using no Loops or Lists** Make a program that has a user order from a menu that contains 4 items
**To be written in python, using no Loops or Lists**
Make a program that has a user order from a menu that contains 4 items such as those below:
Spaghetti - $12.00
Chicken cutlet - $16.75
Poland Spring - $1.25
CheeseBurger - $10.75
After, provide a summary of the order and showing the items that have an input greater than 0. Also, display the amount of tax (which is 9.75%) and a subtotal.
The user must then enter a tip that amounts at 14%, 21% and 23% of the subtotal amount. E.x.: If the subtotal is $100, it will show the user what 14% of $100 is and the user will input the $ amount not the %. (Tips are optional, the customer can input 0)
Once the customer has entered the tip the final output total price will be displayed.
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