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

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter1: Fundamentals Of C++ Programming
Section1.3: Preliminary Three: Software Development
Problem 6E
icon
Related questions
Question
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
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 

Gas cost=Number of Miles*(Miles per Gallon/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

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Constants and Variables
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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
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