race. Move Racecar.java into the package folder and add a package statement to Racecar to declare it a member of that package. Compile and run.
easyreader. Copy EasyReader.java into the package folder and add a package statement to EasyReader to declare it a member of that package. Compile.
import statement to Racecar that imports the EasyReader class. Compile Racecar.
main method in Racecar to make a more interactive racing game. If you want, you could allow users to choose the color and speed of their cars and construct races. Or you could do something completely different. Be creative. Feel free to change the Racecar class or add other classes to the race package.
Submission: Submit all of your code for this lab.