Skip to content

Raywire/gradebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Prerequisites

Description

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 should show us the highest grade, the lowest grade and the average grade.

Run the project

dotnet run --project src/GradeBook 

Build the project

dotnet build

Install nuget packages

dotnet restore

Run the tests

dotnet test

Releases

No releases published

Packages

No packages published

Languages