A command-line interface app that will help the user schedule appointments, save the appointments, load past saved appointments, as well as print out all appointments.
Features:
-Uses object-oriented program design.
-Uses Hashmap data structure for organizing data from user.
-Uses java serialization for saving and loading objects.
-Uses I/O to read a file and write to a file.
-Utilizes Java.