summaryrefslogtreecommitdiff
path: root/CST116F2021-Lab5/Lab5Exercises.h
blob: 73b2f69509b998de16a190a322e59be513d05df3 (plain) (blame)
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