Here is the c Program to Calculate Gas Mileage.
Question:
(3.16. C How to Program)
(Gas Mileage) Drivers are concerned with the mileage obtained by their automobiles. One driver has kept track of several tankfuls of gasoline by recording miles driven and gallons used for each tankful. Develop a program that will input the miles driven and gallons used for each tankful.
The program should calculate and display the miles per gallon obtained for each tankful. After processing
all input information, the program should calculate and print the combined miles per gallon obtained for all tankfuls.
Source Code:
#include <stdio.h>
program is shit
ReplyDelete