diff options
| author | tafaar <[email protected]> | 2022-10-11 18:53:41 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-11 18:53:41 -0700 |
| commit | 7e865e58d907b29d0b8f33a7b0214ef3b29601b4 (patch) | |
| tree | 6e5a40f819bb2de31a26bf8cea8a11b3c60ed33f /CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | |
| parent | answered 3 (diff) | |
| download | cst116-chapter8-debugging-hill-7e865e58d907b29d0b8f33a7b0214ef3b29601b4.tar.xz cst116-chapter8-debugging-hill-7e865e58d907b29d0b8f33a7b0214ef3b29601b4.zip | |
answered 4
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp')
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 3 |
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.
|