8000 GitHub - adaggarwal/gradebook
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

adaggarwal/gradebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gradebook

We need an electronic gradebook to read scores of individual student and then compute some simple statistics from the scores.

The grades are entered as floating point numbers from 0 to 100, and the statistics should show us the highest grade, lowest grade, and the average grade.

Usage

$ dotnet run --project <Path to the cs proj> <Usename>
Example-
$ dotnet run --project src/GradeBook/ Aditya

Interaction

Add or remove grades

For now, the Program.cs file needs to be tweaked to add/remove grades and to change the name of the gradebook.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0