A C# console application that allows instructors to input student data, record their scores across quizzes, labs, tests, assignments, and exams, and apply weights to calculate final grades.
- Input number of students, their names and IDs
- Record scores for:
- Quizzes
- Lab exercises
- Lab Test 1 & 2
- Assignment 1 & 2
- Midterm
- Final Exam
- Supports weight input for each component
- Calculates:
- Final mark per student (based on weights)
- Class average
- Highest and lowest final mark
- C#
- .NET Console Application
- Clone the repo:
git clone https://github.com/rojanjn/student-grade-calculator.git cd student-grade-calculator/StudentGradeCalculator dotnet run