This project was done for Programming 2 (COMP 123) at Centennial College
This project contains tools for calculating students' GPA and storing/retrieving it from files
Users can use the left side of the program to manage students. Students can be selected using the dropdown menu at the top.
New students can be added by providing a name and clicking "Create Student".
Once a student is selected from the dropdown, the right side of the program allows adding courses and their associated grades.
Once all courses are added, clicking "Calculate GPA and Save to File" will display the calculated grade point average and save the entered data to XML files.
Saved courses will now be displayed on the left side of the program, where users can select courses and either send to the calculator to update their grades, or delete them from the save file.
To remove a student from the system, select the student from the dropdown menu, and click "Delete Student"