From aed1f2913d6d3fc1201a1acf0576ab83c91e707c Mon Sep 17 00:00:00 2001 From: TheOtherTonyStark Date: Wed, 12 Oct 2022 17:10:16 -0700 Subject: Fourth Commit --- CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3