A Java console application that helps teachers efficiently track and analyze student grades. 📚
- Description
- Features
- Requirements
- Installation
- Usage
- Sample Output
- Project Structure
- Future Enhancements
- Contact
The Student Grade Tracker is a console application designed to help teachers manage and analyze student grades efficiently. It provides a simple interface for grade entry and generates basic statistical analysis.
- Grade Input System
- Accept multiple grades
- Input validation (0-100 range)
- Error handling for invalid inputs
- Grade Analysis
- Calculate average grade
- Find highest grade
- Find lowest grade
- Display total number of grades
- Java JDK 8 or higher
- Command-line interface
- Git (for cloning the repository)
- Clone the repository
- Navigate to project directory
- Compile the program
- Run the program using: java StudentGradeTracker
- Follow the prompts:
- Enter grades between 0 and 100
- Enter -1 when finished
- View the calculated statistics
Enter grades (enter -1 to finish): 85 92 76 88 95 70 -1
Average Grade: 84.33 Highest Grade: 95 Lowest Grade: 70 Number of grades entered: 6
StudentGradeTracker/ │ ├── StudentGradeTracker.java # Main program file ├── README.md # Project documentation └── .gitignore # Git ignore file
- Add student names with grades
- Implement grade categorization (A, B, C, etc.)
- Add data persistence
- Create graphical user interface
- Generate grade reports
- Add multiple class support
Ved Khirnar
- GitHub: VedKhairnar24
- LinkedIn: Mr. Ved Khirnar