SE1021
Software Development II
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.
This demonstration was worth 5 pts of the lab grade.
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).
(Requirements adapted from Dr. Taylor's)