Question: Write the Pseudocode for the following programming problem. Write a program that will calculate a tip based on the meal price and a 6% tax
Write the Pseudocode for the following programming problem.
Write a program that will calculate a tip based on the meal price and a 6% tax on a meal price. The user will enter the meal price and the program will calculate tip, tax, and the total. The total is the meal price plus the tip plus the tax. Your program will then display the values of tip, tax, and total.
The tip amounts based on the mean price are as follows:
| Meal Price Range | Tip Percent |
| .01 to 5.99 | 10% |
| 6 to 12.00 | 13% |
| 12.01 to 17.00 | 16% |
| 17.01 to 25.00 | 19% |
| 25.01 and more | 22% |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
