Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using C language 3.17 (Gas Mileage) Drivers are concerned with the mileage obtained by their automobiles. One driver has kept track of several tankfuls of

image text in transcribedusing C language

3.17 (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. Here is a sample input/output dialog: Enter the ga71ons used (1 to end): 12.8 Enter the miles driven: 287 The miles / gallon for this tank was 22.421875 Enter the ga7lons used ( 1 to end): 10.3 Enter the miles driven: 200 The miles / ga11on for this tank was 19.417475 Enter the ga11ons used ( 1 to end): 5 Enter the miles driven: 120 The miles / ga11on for this tank was 24.000000 Enter the ga11ons used ( 1 to end): 1 The overa11 average miles/ga11on was 21.601423

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 ASP.NET 4.5 Databases

Authors: Sandeep Chanda, Damien Foggon

3rd Edition

1430243805, 978-1430243809

More Books

Students also viewed these Databases questions

Question

What is Working Capital ? Explain its types.

Answered: 1 week ago