Here it is;

public class Car {


private String make;
private String model;
private int year;

public Car() {