b) Miles-per-Gallon
A car's miles-per-gallon (MPG) can be calculated with the following formula:
Write a program that asks the user for the number of miles driven and the gallons of gas used.
It should calculate the car's MPG and display the result



Answer :

Other Questions