Complete the Car class below so that it inherits from the given Vehicle class. Cars lose value over time. In this example, you should assume that the value is reduced by 25 cents per mile driven, until it reaches zero.

Do not add any instance variables to the Car class.