diff options
| author | WiserJ <[email protected]> | 2021-10-27 16:40:09 -0700 |
|---|---|---|
| committer | WiserJ <[email protected]> | 2021-10-27 16:40:09 -0700 |
| commit | 4a00483d3e5af81ab55d4f077499f73ae9e014e0 (patch) | |
| tree | 3b277621ab77a3cf8c220e659aee760f705569f2 /CST116F2021-Lab5/Header1.h | |
| parent | 10.6 final (diff) | |
| download | cst116-lab5-jeffwoit-4a00483d3e5af81ab55d4f077499f73ae9e014e0.tar.xz cst116-lab5-jeffwoit-4a00483d3e5af81ab55d4f077499f73ae9e014e0.zip | |
3 file solution
Diffstat (limited to 'CST116F2021-Lab5/Header1.h')
| -rw-r--r-- | CST116F2021-Lab5/Header1.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CST116F2021-Lab5/Header1.h b/CST116F2021-Lab5/Header1.h index 6f70f09..693d4af 100644 --- a/CST116F2021-Lab5/Header1.h +++ b/CST116F2021-Lab5/Header1.h @@ -1 +1,13 @@ +#include <iostream> + +using namespace std; + +void GetScores(float[]); +void CheckGrade(float[], char[]); +float calcAvg(float[], float avg); +void CountScores(char[], int[]); + +const int NUM_SCORES = 10; +const int NUM_STUD = 5; +const int NUM_GRADE = 5; #pragma once |