diff options
| author | prestonderek <[email protected]> | 2022-10-12 14:00:45 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-10-12 14:00:45 -0700 |
| commit | 0de98758fe7e699733f40d1ab00f940264dbbef3 (patch) | |
| tree | cd08794fb0dc176c3e4abd54c51a6f2ada06593b /CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | |
| parent | Commit again. (diff) | |
| download | cst116-ch7-debugging-prestonderek-0de98758fe7e699733f40d1ab00f940264dbbef3.tar.xz cst116-ch7-debugging-prestonderek-0de98758fe7e699733f40d1ab00f940264dbbef3.zip | |
Commit agian for exersize 1 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 cad680a..2fc1f9e 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp @@ -41,6 +41,7 @@ * 5) Why is the action with the else executing?
* 6) Fix the problem and re-run to verify the problem was corrected.
********************************************************************/
+//exersize 1 complete
#include <iostream>
using std::cout;
|