aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
diff options
context:
space:
mode:
authorTaylor Rogers <[email protected]>2022-10-11 08:39:13 -0700
committerTaylor Rogers <[email protected]>2022-10-11 08:39:13 -0700
commit803c462f9c981d4267f3358e4bf6130917d731e4 (patch)
tree5043308f9a4e99d81f41a3b46fff56c920aadd61 /CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
parentadded pseudo code (diff)
downloadcst116-chapter8-debugging-taylorrog-803c462f9c981d4267f3358e4bf6130917d731e4.tar.xz
cst116-chapter8-debugging-taylorrog-803c462f9c981d4267f3358e4bf6130917d731e4.zip
Extra commit
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp')
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
index 30743e8..7f691b4 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
@@ -35,6 +35,7 @@
* 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".