aboutsummaryrefslogtreecommitdiff
path: root/scores.h
diff options
context:
space:
mode:
Diffstat (limited to 'scores.h')
-rw-r--r--scores.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/scores.h b/scores.h
deleted file mode 100644
index febb1a3..0000000
--- a/scores.h
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-// Created by Till on 27-Oct-21.
-//
-
-#include <iostream>
-using namespace std;
-
-const int NUM_STUDENTS = 10;
-
-void ReadScores(float[]); //input scores from keyboard
-void LetterGrade(char[], float[]); //change score to letter grade and store in alt list
-float calcAverage(float[]); //calculate average score for students
-void printInfo(float[], char[], float avg); //display all info
-
-
-
-
-
-#ifndef GITDEMO_SCORES_H
-#define GITDEMO_SCORES_H
-
-#endif //GITDEMO_SCORES_H