design a class named Car that has the following fields:
yearModel—An Integer that holds the car’s model year
make—A String that holds the make of the car
speed—An Integer that holds the car’s current speed
The class should have the following constructor and other methods: