The GPA Calculator System is a Java Swing-based desktop application that allows users to:
•Add students with their ID and name.
•Add courses with credit hours for each student.
•Assign grades (0-100) to courses.
•Calculate and view student GPA reports.
•Save student records to a file (students.txt).
1.2 Features
•Student Management: Add and track students.
•CourseManagement: Assign courses to students.
•Grade Assignment: Input grades for courses.
•GPA Calculation: Automatically computes GPA based on grades.
•Report Generation: Displays and saves student report cards