Fix the student test for the stuent claass
Required Actions:
- Ensure StudentTest uses the correct Student constructor.
- Match addGrade and other method calls with Student class signatures.
- Ensure null or invalid inputs are properly checked.
- Resolve type mismatches or missing methods.
Expected Deliverables:
- A fixed StudentTest.java that passes all tests without errors.