Student Grades Report System
A Java-based application that displays a student's academic information, including courses, codes, and grades, while calculating the overall average grade (cGPA). The system provides a clean interface for viewing all details in a structured report format.
- Displays student name, ID, academic level, and enrolled courses.
- Shows each course with its code and grade.
- Automatically calculates the average grade (cGPA).
- Built using OOP principles such as inheritance and abstraction.
- Simple user interface to present all data clearly.