aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
diff options
context:
space:
mode:
authorTaylor Rogers <[email protected]>2022-10-11 08:39:25 -0700
committerTaylor Rogers <[email protected]>2022-10-11 08:39:25 -0700
commitf7d643eaa56d56ff25bfc3d80fb18090b4b75415 (patch)
tree1202d3d842565cd5959e90fd6b3257c463cf00c2 /CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
parentExtra commit (diff)
downloadcst116-chapter8-debugging-taylorrog-f7d643eaa56d56ff25bfc3d80fb18090b4b75415.tar.xz
cst116-chapter8-debugging-taylorrog-f7d643eaa56d56ff25bfc3d80fb18090b4b75415.zip
Extra commitHEADmain
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp')
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
index 7f691b4..30743e8 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
@@ -35,7 +35,6 @@
* 4) Check the value of i, now check the condition, does the
* condition evaluate to true?
*
-*
* No, i = 0
*
* 5) Change the "< 0" to a "< 10".