A simple yet effective Java application to input, manage, and analyze student grades.
This program helps store student scores, calculate statistics, and display a summary report β perfect for learning Java and data structures.
- β Add student grades using Arrays or
ArrayList - π Calculate statistics:
- Average score
- Highest score
- Lowest score
- π View all student records in a clear summary format
- π₯ Console-based or GUI-based interface (customizable)
- β‘ Lightweight and beginner-friendly Java project
- Language: Java
- Data Structure: Arrays / ArrayList
- IDE: IntelliJ IDEA / Eclipse / NetBeans
- Clone the repository
git clone https://github.com/your-username/student-grade-tracker.git