From 3a84b1d0595fc6ec673a75336cd51ff3732c609f Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Tue, 16 Feb 2021 03:42:52 +0000 Subject: [PATCH] Added README for GradeBook --- gradebook/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gradebook/README.md diff --git a/gradebook/README.md b/gradebook/README.md new file mode 100644 index 0000000..765328f --- /dev/null +++ b/gradebook/README.md @@ -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. +