diff options
| author | BensProgramma <[email protected]> | 2021-11-01 20:22:29 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-01 20:22:29 -0700 |
| commit | 77951d75c6934a830bc50d4721d0cf4fac245f2b (patch) | |
| tree | 042be2c0125ad9117dddedfe63d00b464965dca8 | |
| parent | update 11/1/21 (diff) | |
| download | cst116-lab5-bensprogramma-77951d75c6934a830bc50d4721d0cf4fac245f2b.tar.xz cst116-lab5-bensprogramma-77951d75c6934a830bc50d4721d0cf4fac245f2b.zip | |
Update RUN_CST1162021_Scores_Schroeder.txt
| -rw-r--r-- | RUN_CST1162021_Scores_Schroeder.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/RUN_CST1162021_Scores_Schroeder.txt b/RUN_CST1162021_Scores_Schroeder.txt index a81d334..d3b0157 100644 --- a/RUN_CST1162021_Scores_Schroeder.txt +++ b/RUN_CST1162021_Scores_Schroeder.txt @@ -1,7 +1,7 @@ -////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -Lab5 Exercises 10.5, 10.6, 10.7, and 10.8#7 Benjamin Schroeder +//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// +Lab5 Exercises 10.5, 10.6, 10.7, and 10.8#7 Benjamin Schroeder -////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Exercise 10.6 and 10.7 //HEADER FILE "Scores.h" ///////////////////////////////////////////////////////////////////// #pragma once @@ -114,7 +114,7 @@ int main() average(testScore); } - /////// + /////// Run from Exercises 10.5-10.6 Learn By Doing Enter percent score of student: @@ -189,7 +189,7 @@ int main() cout <<"Contents of the 'Full Name Array': "<< Full; } - ////// + ////// RUN from Exercise 10.7 Learn By Doing Enter your first name: Benjamin @@ -223,7 +223,7 @@ int main() cout << "\nDifferent\n"; } - ////// + ////// Run from Exercise 10.8 #7 Comparing the first 6 chars of strings: 'Frank' and 'Franklyn' @@ -233,4 +233,4 @@ C:\Users\Lenovo\Source\Repos\cst116-lab5-BensProgramma\x64\Debug\CST116F2021-Lab To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. Press any key to close this window . . . -////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
\ No newline at end of file +//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |