Java Lab #6: Arrays

Currently the Figs sample program uses arrays to hold date book events. However the methods to add, view, and remove events are incomplete. For this lab you are to complete those methods according to the documentation in the sample program (see also the "TODO" items). Unpack the sample zip file and then in Eclipse choose "Import -> General -> Existing Projects into Workspace" to add Figs to your environment..

Note that input validation will require that the date entered by the user be analyzed for validity. You may wish to create some additional (private static) methods for this purpose. Feel free to copy code from previous labs and homeworks.

Turn in your final Figs.java.