Question :
Define a class called odometer that will be used to track fuel and mileage for automobile. The class should have variables to track the miles driven and the fuel efficiency of the vehicle in miles per gallon.
Include a mutator method the to Teset odometer to zero miles, a mutator method to set the fuel emciency, a munaton method at accepts miles driven for a trip and adds it to the odomeiet's tolal, and an acocssor meihod hat returns the number of gallons of gasoline that the vehicle has consumed since odometer was last reset.