Define a class called odometer that will be used to track


Question: Define a class called Odometer that will be used to track fuel and mileage for an automobile. The class should have instance variables to track the miles driven and the fuel efficiency of the vehicle in miles per gallon. Include a mutator method to reset the odometer to zero miles, a mutator method to set the fuel efficiency, a mutator method that accepts miles driven for a trip and adds it to the odometer's total, and an accessor method that returns the number of gallons of gasoline that the vehicle has consumed since the odometer was last reset. Use your class with a test program that creates several trips with different fuel efficiencies. You should decide which variables should be public, if any.

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Define a class called odometer that will be used to track
Reference No:- TGS02404448

Now Priced at $15 (50% Discount)

Recommended (96%)

Rated (4.8/5)