aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-11 18:53:41 -0700
committertafaar <[email protected]>2022-10-11 18:53:41 -0700
commit7e865e58d907b29d0b8f33a7b0214ef3b29601b4 (patch)
tree6e5a40f819bb2de31a26bf8cea8a11b3c60ed33f
parentanswered 3 (diff)
downloadcst116-chapter8-debugging-hill-7e865e58d907b29d0b8f33a7b0214ef3b29601b4.tar.xz
cst116-chapter8-debugging-hill-7e865e58d907b29d0b8f33a7b0214ef3b29601b4.zip
answered 4
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
index ea68315..2de9c46 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
@@ -33,6 +33,9 @@
*
* 4) Check the value of i, now check the condition, does the
* condition evaluate to true?
+*
+* No.
+*
* 5) Change the "< 0" to a "< 10".
* 6) Stop debugging and repeat Steps 1 � 4 to verify the correction
* worked.