Added README for GradeBook

csharp_fundamentals
Jason Zhu 2021-02-16 03:42:52 +00:00
parent 248b18cae8
commit 3a84b1d059
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# 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.