aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Bouchillon <[email protected]>2022-10-10 16:32:32 -0700
committerTrevor Bouchillon <[email protected]>2022-10-10 16:32:32 -0700
commit1ed00ca63285ef322071d350fa985f40edf0d6b9 (patch)
tree7674ff552bdfdb19b66ddc120eb6aeda3b442766
parentDebug 2 half done (diff)
downloadcst116-chapter8-debugging-daboochillin-1ed00ca63285ef322071d350fa985f40edf0d6b9.tar.xz
cst116-chapter8-debugging-daboochillin-1ed00ca63285ef322071d350fa985f40edf0d6b9.zip
debug 2 value true
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
index 37d6a0a..37913e5 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
@@ -28,7 +28,7 @@
* 2) Step into the while loop.
* 3) Why did the cout not execute?
* ****************************************************************************************
-* The cout is not part of the while loop
+* The cout is not part of the while loop.
* ****************************************************************************************
* 4) Check the value of i, now check the condition, does the
* condition evaluate to true?