Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

bartleby

Concept explainers

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
expand button
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
Check Mark
Knowledge Booster
Background pattern image
Computer Science
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
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education