aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/main.cpp b/main.cpp
deleted file mode 100644
index 40fafc5..0000000
--- a/main.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-// Tyler Taormina
-#include "scores.h"
-
-
-int main()
-{
- float currStudent[NUM_STUDENTS]{0.0};
- char LetterGrades[NUM_STUDENTS];
- float average_score = 0.0;
-
- ReadScores(currStudent);
- LetterGrade(LetterGrades, currStudent);
- average_score = calcAverage(currStudent);
- printInfo(currStudent, LetterGrades, average_score);
- return 0;
-} \ No newline at end of file