// 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(); }