aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheOtherTonyStark <[email protected]>2022-10-12 17:10:16 -0700
committerTheOtherTonyStark <[email protected]>2022-10-12 17:10:16 -0700
commitaed1f2913d6d3fc1201a1acf0576ab83c91e707c (patch)
treeefe5dff68837fde8c666f164293063c11c516df4
parentThird Commit (diff)
downloadcst116-chapter8-debugging-theothertonystark-aed1f2913d6d3fc1201a1acf0576ab83c91e707c.tar.xz
cst116-chapter8-debugging-theothertonystark-aed1f2913d6d3fc1201a1acf0576ab83c91e707c.zip
Fourth Commit
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp
index 72c5f2c..5d6e6d8 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp
@@ -27,6 +27,7 @@
* 3) Why did the cout not execute?
* 4) Check the value of i, now check the condition, does the
* condition evaluate to true?
+* No, the condition does not evaluate as true as written
* 5) Change the "< 0" to a "< 10".
* 6) Stop debugging and repeat Steps 1 � 4 to verify the correction
* worked.