Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Driving is expensive. Write a program with a car's gas mileage ( miles / gallon ) and the cost of gas ( dollars / gallon

Driving is expensive. Write a program with a car's gas mileage (miles/gallon) and the cost of gas (dollars/gallon) as floating-point 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 as follows: print(f'{your_value1:.2f}{your_value2:.2f}{your_value3:.2f }')
Ex: If the input is:
25.0
3.1599
where the gas mileage is 25.0 miles/gallon and the cost of gas is $3.1599? gallon, the output is:
2.539.48,63.20
Note: Real per-mile cost would also include maintenance and depreciation.
530816.3923082.qx3zqy7
LAB ACTIVITY
2.14.1: LAB: Driving costs
010
main.py
1''' Type your code here. '"'
Run your program as often as you'd like, before submitting for grading. E
input values in the first box, then click Run program and observe the pro. second box.
Enter program input (optional)
If your code requires input values, provide them here.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Microsoft SQL Server 2012 Programming

Authors: Paul Atkinson, Robert Vieira

1st Edition

1118102282, 9781118102282

More Books

Students also viewed these Databases questions