E2.11 Write a program that asks the user to input • The number of gallons of gas in the tank • The fuel efficiency in miles per ● gallon • The price of gas per gallon Then print the cost per 100 miles and how far the car can go with the gas in the tank. Here is a sample run. User input is in color. This program gets: The number of gallons of gas in the tank: The fuel efficiency in miles per gallon The price of gas per gallon The program then prints the cost per 100 miles and how far the car can go with the gas in the tank. Please enter the number of gallons of gas in the tank: 20 Please enter the fuel efficency (miles per gallon): 29 Please enter the price of gas per gallon: 1.85 To drive 100 miles, it will cost $6.38. The car can currently drive a maximum of 580.000000 miles.

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 19PE
icon
Related questions
Question
E2.11 Write a program that asks the user
to input
• The number of gallons of gas in the
tank
• The fuel efficiency in miles per
gallon
• The price of gas per gallon
Then print the cost per 100 miles and how
far the car can go with the gas in the tank.
Here is a sample run. User input is in
color.
This program gets:
The number of gallons of
gas in the tank:
The fuel efficiency in
miles per gallon
The price of gas per
gallon
The program then prints the
cost per 100 miles and how
far the car can go with the
gas in the tank.
Please enter the number of
gallons of gas in the tank:
20
Please enter the fuel
efficency (miles per gallon):
29
Please enter the price of gas
per gallon: 1.85
To drive 100 miles, it will
cost $6.38.
The car can currently drive a
maximum of 580.000000 miles.
Transcribed Image Text:E2.11 Write a program that asks the user to input • The number of gallons of gas in the tank • The fuel efficiency in miles per gallon • The price of gas per gallon Then print the cost per 100 miles and how far the car can go with the gas in the tank. Here is a sample run. User input is in color. This program gets: The number of gallons of gas in the tank: The fuel efficiency in miles per gallon The price of gas per gallon The program then prints the cost per 100 miles and how far the car can go with the gas in the tank. Please enter the number of gallons of gas in the tank: 20 Please enter the fuel efficency (miles per gallon): 29 Please enter the price of gas per gallon: 1.85 To drive 100 miles, it will cost $6.38. The car can currently drive a maximum of 580.000000 miles.
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
Types of Function
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