Student Grade Tracker is a Java console-based application developed as part of the CodeAlpha Java Programming Internship. The application allows users to manage student grades, calculate the average score, identify the highest and lowest marks, and display a summary report using Object-Oriented Programming concepts and Java Collections Framework.
- Add and manage student grades
- Calculate the average score
- Find the highest and lowest marks
- Display a student summary report
- Console-based user interface
- Java
- Java Collections Framework (ArrayList)
- Object-Oriented Programming (OOP)
- Console-Based Application
- Classes & Objects
- Encapsulation
- Methods
- Clone this repository.
- Open the project in any Java IDE (VS Code, IntelliJ IDEA, Eclipse, etc.).
- Compile
Student_Grade_Tracker.java. - Run the program.
Screenshots are available in the screenshots folder.
Parth Chauhan
Java Programming Intern @ CodeAlpha
This project is licensed under the MIT License.