diff options
| author | BensProgramma <[email protected]> | 2021-11-02 16:04:17 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-02 16:04:17 -0700 |
| commit | 630b61359290b045872baec893c30edd55c3079a (patch) | |
| tree | a47e1bef5bf0d17f2bc2493ce9fb74953acc1545 | |
| parent | These are the files to be graded (diff) | |
| download | archived-cst116-lab5-bensprogramma-630b61359290b045872baec893c30edd55c3079a.tar.xz archived-cst116-lab5-bensprogramma-630b61359290b045872baec893c30edd55c3079a.zip | |
Delete Scores.h
| -rw-r--r-- | CST116F2021-Lab5/Scores.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/CST116F2021-Lab5/Scores.h b/CST116F2021-Lab5/Scores.h deleted file mode 100644 index a8254e6..0000000 --- a/CST116F2021-Lab5/Scores.h +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -#include <iostream> -using namespace std; - -const int NUM_SCORES = 1; -const int NUM_STUDENT = 10; - -void ReadScores(float[]); -void LetterG(char[], float[], int[]); -void average(float[]); -void displayG(float[], char[], int[]); - - |