Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

A C# program that accepts student data and scores across multiple assessments, applies weights, then calculates and displays individual marks, the class average, highest, and lowest scores.

License

Notifications You must be signed in to change notification settings

rojanjn/student-grade-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student Grade Calculator

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.


Features

  • 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

Built With

  • C#
  • .NET Console Application

How to Run

  1. Clone the repo:
    git clone https://github.com/rojanjn/student-grade-calculator.git
    cd student-grade-calculator/StudentGradeCalculator
    dotnet run

About

A C# program that accepts student data and scores across multiple assessments, applies weights, then calculates and displays individual marks, the class average, highest, and lowest scores.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages