Car

The Car class models a car in terms of:

Write the Car class with a constructor that initializes variables as needed, and four methods:

Write a CarTester.java with a main() method that demonstrates the use of the Car class.