diff options
| author | BensProgramma <[email protected]> | 2021-10-26 16:34:41 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-26 16:34:41 -0700 |
| commit | 5ffbe709ee5bdf413b80a522568c60a8f28e66a1 (patch) | |
| tree | 4d6f5dc1fa65de167574409992822678110c6867 | |
| parent | Update RunFromLab4_Schroeder.txt (diff) | |
| download | cst116-lab4-bensprogramma-5ffbe709ee5bdf413b80a522568c60a8f28e66a1.tar.xz cst116-lab4-bensprogramma-5ffbe709ee5bdf413b80a522568c60a8f28e66a1.zip | |
Update RunFromLab4_Schroeder.txt
| -rw-r--r-- | CST116F2021-Lab4/RunFromLab4_Schroeder.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116F2021-Lab4/RunFromLab4_Schroeder.txt b/CST116F2021-Lab4/RunFromLab4_Schroeder.txt index f9f10c0..d4a3cb2 100644 --- a/CST116F2021-Lab4/RunFromLab4_Schroeder.txt +++ b/CST116F2021-Lab4/RunFromLab4_Schroeder.txt @@ -257,7 +257,7 @@ Press any key to close this window . . . //9.13_1 Debugging Exercises
//pp 226 - 229
//10 pts
- //// CODE ////
+ //// CORRECTED CODE ////
#include <iostream>
using std::cout;
using std::cin;
|