Homework 11 - Implementing a Menu
Due: Wedday, February 25, 2004

The Assignment

This assignment asks you to implement a menu-based interface that enables you to manipulated instance(s) of the class that you defined for your exam #1. It should be very similar in structure to the menu class that we developed within class. And, specifically, your solution should include data validation using Java's exception facility and an Exception type of your own definition.

Please note that the menu class should expose all of the public functionality of the class from the exam. Two of the methods require the existence of two objects for comparison. For these methods you do need to ensure that your menu allows the user to create and compare two different instances.

Some resources