- 2 25 Lab Driving Costs Driving Is Expensive Write A Program With A Car S Miles Gallon And Gas Dollars Gallon Both Dou 1 (53.33 KiB) Viewed 59 times
2.25 LAB: Driving costs Driving is expensive. Write a program with a car's miles/gallon and gas dollars/gallon (both dou
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
2.25 LAB: Driving costs Driving is expensive. Write a program with a car's miles/gallon and gas dollars/gallon (both dou
2.25 LAB: Driving costs Driving is expensive. Write a program with a car's miles/gallon and gas dollars/gallon (both doubles) as input, and output the gas cost for 20 miles, 75 miles, and 500 miles. Output each floating-point value with two digits after the decimal point, which can be achieved by executing cout << fixed << setprecision (2); once before all other cout statements. Ex: If the input is: 20.0 3.1599 the output is: 3.16 11.85 79.00 Note: Real per-mile cost would also include maintenance and depreciation. 413706.2298628.qx3zqy7 LAB ACTIVITY 2.25.1: LAB: Driving costs main.cpp 0/10 Load default template...