Question: Create a Python program to calculate the average miles per gallon obtained on a trip. Given/inputs car name, the amount of gas used and the
Create a Python program to calculate the average miles per gallon obtained on a trip. Given/inputs car name, the amount of gas used and the number of miles driven. (The formula to calculate miles per gallon is miles per gallon = number of miles driven / amount of gas used. ) Display/outputs car name, gas used, miles driven, and MPG. Use your own values to test the. You can hard code the values or you can use the input() function.
Step by Step Solution
3.43 Rating (140 Votes )
There are 3 Steps involved in it
The detailed answer for the above question is provided below Define ca... View full answer
Get step-by-step solutions from verified subject matter experts
