diff options
| author | prestonderek <[email protected]> | 2022-10-12 14:11:00 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-10-12 14:11:00 -0700 |
| commit | 4f8093a7bb3de4d234ba69b29252100a837efc0e (patch) | |
| tree | 030ade40e987362bfb9ed2807779b82aaa8a057c | |
| parent | Removed ; from else and indented line 72 (diff) | |
| download | cst116-ch7-debugging-prestonderek-4f8093a7bb3de4d234ba69b29252100a837efc0e.tar.xz cst116-ch7-debugging-prestonderek-4f8093a7bb3de4d234ba69b29252100a837efc0e.zip | |
Exersize 3 complete.
| -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 448b9eb..368ccc9 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp @@ -43,6 +43,7 @@ ********************************************************************/
//exersize 1 complete
//exersize 2 complete.
+//exersize 3 complete..
#include <iostream>
using std::cout;
|