Rental Car Program Source Code (bitmap implementation)

The rental car agency keeps track of what cars it has and whether they are available.
This is not an applet or graphical version, but runs well on the commandline.
You need both java files.  Put them in the same directory.

Source Code of the Car Pool implementation (CarPool.java)
Source Code of the Rental Car Agency Program (RentalCars.java)
Jacob's CS 261 Demos
Jacob's CS 261 Home