Student Grade Tracker is a Java console-based application developed as part of the CodeAlpha Java Programming Internship.
The program allows users to enter student names and grades and generates a summary report.
- Enter student names
- Enter student grades
- Store data using arrays
- Calculate average grade
- Find highest grade
- Find lowest grade
- Display highest scorer
- Display lowest scorer
- Generate a summary report
- Java
- Scanner
- Arrays
- Loops
- Conditional statements
Compile the program:
javac StudentGradeTracker.java