summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBensProgramma <[email protected]>2021-11-02 16:04:17 -0700
committerGitHub <[email protected]>2021-11-02 16:04:17 -0700
commit630b61359290b045872baec893c30edd55c3079a (patch)
treea47e1bef5bf0d17f2bc2493ce9fb74953acc1545
parentThese are the files to be graded (diff)
downloadarchived-cst116-lab5-bensprogramma-630b61359290b045872baec893c30edd55c3079a.tar.xz
archived-cst116-lab5-bensprogramma-630b61359290b045872baec893c30edd55c3079a.zip
Delete Scores.h
-rw-r--r--CST116F2021-Lab5/Scores.h14
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[]);
-
-