summaryrefslogtreecommitdiff
path: root/CST116F2021-Lab5/CST116F2021-Lab5Exercises_Schroeder.cpp
blob: 73d6a8683e8b31f3cfb42ed1894858db1a398ac5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Lab5_Schroeder_TestScores.cpp : This file contains the 'main' function. Program execution begins and ends there.
//

 
#include "Lab5Exercises.h"


int main()
{
	cout << "10.6 Learn by Doing Exercises\n";
	TenSix();
	cout << "10.7 Learn by Doing Exercise\n";
	TenSeven();
	cout << "10.8_7 Exercises\n";
	TenEight_Seven();
	
}