diff options
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp | 1 |
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. |