- gradle
- java
gradlew run
- Enter information for a new Student
- Enter information for a new GraduateStudent
- Show all student information with each attribute on a seperate line
- Print the average of the average grades for class, as well as the total number of students
- Enter a specific program/course and show all student information for that program/course
- Load Student information from an input file
- Save all student information to an output file
- Lookup via HashMap with program, year, and lastName
- This project highlights some of the OOP principles i.e. GraduateStudent Class is a subclass of Students.
- Uses Java Swing for GUI