diff options
| author | TheOtherTonyStark <[email protected]> | 2022-10-12 17:10:16 -0700 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-10-12 17:10:16 -0700 |
| commit | aed1f2913d6d3fc1201a1acf0576ab83c91e707c (patch) | |
| tree | efe5dff68837fde8c666f164293063c11c516df4 /CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp | |
| parent | Third Commit (diff) | |
| download | cst116-chapter8-debugging-theothertonystark-aed1f2913d6d3fc1201a1acf0576ab83c91e707c.tar.xz cst116-chapter8-debugging-theothertonystark-aed1f2913d6d3fc1201a1acf0576ab83c91e707c.zip | |
Fourth Commit
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp')
| -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. |