Demonstration (due at the end of week 7 lab)
You must demonstrate full app functionality for the sample input file (shown above) by the end of lab.
Your code does not need to handle exceptions for the demonstration.
Submission (due at 11pm Tuesday of week 8)
Each student must submit their program with complete functionality.
The classes must contain comments at
the beginning of the file that include: Course name, Quarter, Assignment
name, Author's name, and date. In addition, the class should have comments
throughout, including JavaDoc for the class, all methods, and public attributes
(see here).