Driving is expensive. Write a program with a carsiles/gallon and gas dollars gallon (both floats) as input and output the gas cost for 10 miles, 50 miles, and 400 miles Output the gas cost (gasCost) with two dgits after the decinmal point which can be achieved as follows Put gasCost to output with 2 decimal places Ex: If the input is: 20.0 3. 1599 the output is: 1.58 7.90 63.20 Note: Small expression differences can yield small floating-point.ouput di ffcrerces duet GOmputerrounding Ex (a + b)/3.0is the same as a/3.0 + b/3.0 but output may differ slightly. Because our systerm teSE programshy cparing ouipul please obey the following when writing your expression for this problem. First use the dollars/gallon and miles/pallon valucs to calculate the dollars/inile, Then use the dollars/mile value to determine the cost per 10, 50, and 400 miles
Driving is expensive. Write a program with a carsiles/gallon and gas dollars gallon (both floats) as input and output the gas cost for 10 miles, 50 miles, and 400 miles Output the gas cost (gasCost) with two dgits after the decinmal point which can be achieved as follows Put gasCost to output with 2 decimal places Ex: If the input is: 20.0 3. 1599 the output is: 1.58 7.90 63.20 Note: Small expression differences can yield small floating-point.ouput di ffcrerces duet GOmputerrounding Ex (a + b)/3.0is the same as a/3.0 + b/3.0 but output may differ slightly. Because our systerm teSE programshy cparing ouipul please obey the following when writing your expression for this problem. First use the dollars/gallon and miles/pallon valucs to calculate the dollars/inile, Then use the dollars/mile value to determine the cost per 10, 50, and 400 miles
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
Related questions
Question

Transcribed Image Text:1.27 LAB. Variables/Assignments: Driving costs
Drīving is expensive. Write a program with a car smiles gallon and gas dollars gallon (both floats) as input and output the gas cost for 10
miles, 50 miles, and 400 miles
Output the gas cost (gasCost) with two digits after the decima poin which can be achieved as follows
Put gasCost to output with 2 decimal places
Ex: If the inputis:
20.0 3.1599
the output is:
1.58 7.90 63.20
Note: Small expression differences can yield small floating-puintoulput di fferer ces aue to computerrounding Fx (a tb)/3.0is the same
as a/3.0 + b/3.0 but output may differ slightly. Because our system tesis programs hy comparing ouput please obey the following when
writing your expression for this problem. First use the dollars/gallon and miles/palon valucs to calculate the dollars/imile Then use the
dollars/mile value to determine the cost per 10, 50, and 400 miles.
Note: Real per-mile cost would also include maintenance and depreciation
387484.1009620 g3zny7
Expert Solution

Introduction
C++ programming language is used to answer the given question.
The formula to calculate the cost of gas for a given number of miles is calculated as follows for given miles per gallon and dollars per gallon
The setprecision(decimal count) function is used to set the number of decimal places after the dot(.) in the result.
For example, setprecision(2) will display the result up to 2 decimal places.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images

Knowledge Booster
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.Recommended textbooks for you

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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education