pluralsight-csharp-fundamen.../gradebook
Jason Zhu 6f9f69b55f Finished Testing Object References & Referencing Different Objects 2021-02-18 01:41:40 +00:00
..
src/GradeBook Finished Testing Object References & Referencing Different Objects 2021-02-18 01:41:40 +00:00
test/GradeBook.Tests Finished Testing Object References & Referencing Different Objects 2021-02-18 01:41:40 +00:00
README.md Added README for GradeBook 2021-02-16 03:42:52 +00:00
gradebook.sln Finished Testing Object References & Referencing Different Objects 2021-02-18 01:41:40 +00:00

README.md

GradeBook

Requirement from PM:

We need an electronic grade book to read the scores of an 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 show us the highest grade, the lowest grade, and the average grade.