summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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[]);
-
-