Homework 8 - Making the Exam Real, including a Menu
Due: Friday, October 3, 2003 at 7:00AM

The Assignment

This assignment asks you to solve the same coding question as was asked on your exam -- but this time, it actually has to be completely compilable and otherwise correct. It also asks you to give it a menu similar to the one you coded for the last assignment. As before, the menu should be implemented in a separate class and should handle exceptions appropriately.

For your sanity, you should try to follow a structure similar to the one we demonstrated in class.

Please select the appropriate version, based on your section's meeting time:

Sample Menu.java

Below is the Menu.java that we developed during class as an example: