1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#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[]); void TenSix(); //10.5 & 10.6 combined void TenSeven(); //10.7 void TenEight_Seven(); //10.8_7