Algorithms and data examples to be written: Problem 1: (Hint: Use a sequential structure) How do you calculate the miles you are getting per gallon of gasoline if you record the mileage readings from your car's odometer each time you fill up the gas tank? Two odometer readings should be inputted, one reading is before you fill up the gas tank, and the second reading is when you refill the gas tank. The third input is the quantity of gallons of gasoline purchased when the gas tank is refilled. After inputting these 3 values, calculate and output: The miles traveled between gas refills The average miles per gallon based on the miles traveled and the amount of gasoline purchased after the time the gas tank is refilled a. b. Algorithm: Data Example: C.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Algorithms and data examples to be written:
Problem 1: (Hint: Use a sequential structure)
How do you calculate the miles you are getting per gallon of gasoline if you record the mileage readings
from your car's odometer each time you fill up the gas tank? Two odometer readings should be
inputted, one reading is before you fill up the gas tank, and the second reading is when you refill the gas
tank. The third input is the quantity of gallons of gasoline purchased when the gas tank is refilled. After
inputting these 3 values, calculate and output:
The miles traveled between gas refills
The average miles per gallon based on the miles traveled and the amount of gasoline purchased
after the time the gas tank is refilled
a.
b.
Algorithm:
Data Example:
Problem 2: (Hint: Use a sequential structure)
How do you calculate the price you would pay for an item if it is on sale and you have an additional
discount coupon? To calculate the final price paid, 3 inputs are needed: the original price of the item,
the percent off because the item is on sale, and the discount percent of the discount coupon. Determine
and output all of the following:
The amount deducted from the original price of the item due to the item being on sale
The price of the item after the sales percent discount is subtracted
The amount of additional discount based on the discount coupon
The final price paid after the discount from the coupon is subtracted from the sale price
a.
b.
с.
d.
Algorithm:
C.
Transcribed Image Text:Algorithms and data examples to be written: Problem 1: (Hint: Use a sequential structure) How do you calculate the miles you are getting per gallon of gasoline if you record the mileage readings from your car's odometer each time you fill up the gas tank? Two odometer readings should be inputted, one reading is before you fill up the gas tank, and the second reading is when you refill the gas tank. The third input is the quantity of gallons of gasoline purchased when the gas tank is refilled. After inputting these 3 values, calculate and output: The miles traveled between gas refills The average miles per gallon based on the miles traveled and the amount of gasoline purchased after the time the gas tank is refilled a. b. Algorithm: Data Example: Problem 2: (Hint: Use a sequential structure) How do you calculate the price you would pay for an item if it is on sale and you have an additional discount coupon? To calculate the final price paid, 3 inputs are needed: the original price of the item, the percent off because the item is on sale, and the discount percent of the discount coupon. Determine and output all of the following: The amount deducted from the original price of the item due to the item being on sale The price of the item after the sales percent discount is subtracted The amount of additional discount based on the discount coupon The final price paid after the discount from the coupon is subtracted from the sale price a. b. с. d. Algorithm: C.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps

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