Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 888 Bytes

File metadata and controls

31 lines (23 loc) · 888 Bytes

🎓 Student Grade Tracker

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.


✨ Features

  • 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

🛠 Tech Stack

  • Language: Java
  • Data Structure: Arrays / ArrayList
  • IDE: IntelliJ IDEA / Eclipse / NetBeans

🚀 How to Run

  1. Clone the repository
    git clone https://github.com/your-username/student-grade-tracker.git