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.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 27PE
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
  • 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
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage