I have the following code:
class Vehicle { String make; String model; int manufactureYear; int vehicleAge; String color; Vehicle({ th