Our menu contains: drinks, dinner items, and desert. Each item on the menu has a price. We will ask the user if they want a drink, if the answer is yes, we will display the available drinks and then prompt the user to select one, we will then ask if they want large or small (different pricing for the two). We do the same for the dinner items and deserts (except there is no large or small option). At the end we ask the user if they are a senior, a military veteran, or a public servant, if they are a senior, a military veteran or a public servant, we apply a 10 percent discount. Ask the user if they want to give a tip, give them two options 1) selecting from predetermined percentages, 10%, 20%, 30%, or 2) entering in their own amount. Add the tip to the bill. Finally we display the bill. Keep the printing of the menu items simple using simple python code
Our menu contains: drinks, dinner items, and desert. Each item on the menu has a price. We will ask the user if they want a drink, if the answer is yes, we will display the available drinks and then prompt the user to select one, we will then ask if they want large or small (different pricing for the two).
We do the same for the dinner items and deserts (except there is no large or small option). At the end we ask the user if they are a senior, a military veteran, or a public servant, if they are a senior, a military veteran or a public servant, we apply a 10 percent discount.
Ask the user if they want to give a tip, give them two options 1) selecting from predetermined percentages, 10%, 20%, 30%, or 2) entering in their own amount. Add the tip to the bill.
Finally we display the bill.
Keep the printing of the menu items simple using simple python code
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images