Algorithm Do the task in the same steps as the picture Tip, Tax, and Total Design a program that calculates the total amount of a meal purchased at a restaurant. The program should ask the user to enter the charge for the food, and then calculate the amount of a 15 percent tip and 7 percent sales tax. Display each of these amounts and the total.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter4: Control Structures I (selection)
Section: Chapter Questions
Problem 20PE: The cost of renting a room at a hotel is, say $100.00 per night. For special occasions, such as a...
icon
Related questions
Question
 Algorithm Do the task in the same steps as the picture Tip, Tax, and Total Design a program that calculates the total amount of a meal purchased at a restaurant. The program should ask the user to enter the charge for the food, and then calculate the amount of a 15 percent tip and 7 percent sales tax. Display each of these amounts and the total.
Example:
Suppose a retail business is planning to have a storewide sale where the prices of all i
will be 20 percent off. We have been asked to write a program to calculate the sale prie
item after the discount is subtracted.
1 Display "Enter the item's original price."
2 Input originalPrice
3 Set discount = originalPrice * 0.2
4 Set salePrice = originalPrice – discount
5 Display "The sale price is $", salePrice
Start
Display "Enter the
item's original price."
%3D
Input originalPrice
Program Output (with Input Shown in Bold)
Set discount =
originalPrice * 0.2
Enter the item's original price.
100 [Enter]
The sale price is $80
Set salePrice =
originalPrice – discount
Display "The sale price
is $", salePrice
End
Transcribed Image Text:Example: Suppose a retail business is planning to have a storewide sale where the prices of all i will be 20 percent off. We have been asked to write a program to calculate the sale prie item after the discount is subtracted. 1 Display "Enter the item's original price." 2 Input originalPrice 3 Set discount = originalPrice * 0.2 4 Set salePrice = originalPrice – discount 5 Display "The sale price is $", salePrice Start Display "Enter the item's original price." %3D Input originalPrice Program Output (with Input Shown in Bold) Set discount = originalPrice * 0.2 Enter the item's original price. 100 [Enter] The sale price is $80 Set salePrice = originalPrice – discount Display "The sale price is $", salePrice End
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT