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