Two cars, one track, who win?
You can add more cars and launch them
Example
cars.add(new Car(100, 1.3f, "Yellow car"));This is max speed of the car it is measured in meters
This is acceleration of the car it is measured in meters per seconds
do not forget f at the end in java it's a floating number
This is Name of the car