In Programming Challenge, write a program (like the programs in this chapter) to solve the given problem. Include appropriate input prompts and annotate output.
Write a program that computes and displays a 15 percent tip when the price of a meal is input by the user. (Hint: the tip is computed by multiplying the price of the meal by 0.15.) You will need the following variables:
MealPrice (a Float) | Tip (a Float) |
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.