diff options
| author | prestonderek <[email protected]> | 2022-10-12 14:05:08 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-10-12 14:05:08 -0700 |
| commit | 4fa89a7cf051d8a42f3d07598a3d8d06f1f4b956 (patch) | |
| tree | beea32b2ebde18654b4ff06fba936ceca3f78c87 /CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | |
| parent | Changed OR to AND statement. (diff) | |
| download | cst116-ch7-debugging-prestonderek-4fa89a7cf051d8a42f3d07598a3d8d06f1f4b956.tar.xz cst116-ch7-debugging-prestonderek-4fa89a7cf051d8a42f3d07598a3d8d06f1f4b956.zip | |
exersize 2 complete
Diffstat (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp')
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp index 4dd5591..2e019e4 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp @@ -42,6 +42,7 @@ * 6) Fix the problem and re-run to verify the problem was corrected.
********************************************************************/
//exersize 1 complete
+//exersize 2 complete.
#include <iostream>
using std::cout;
|