diff options
| author | Trevor Bouchillon <[email protected]> | 2022-10-10 16:32:32 -0700 |
|---|---|---|
| committer | Trevor Bouchillon <[email protected]> | 2022-10-10 16:32:32 -0700 |
| commit | 1ed00ca63285ef322071d350fa985f40edf0d6b9 (patch) | |
| tree | 7674ff552bdfdb19b66ddc120eb6aeda3b442766 /CST116-Ch8-Debugging | |
| parent | Debug 2 half done (diff) | |
| download | cst116-chapter8-debugging-daboochillin-1ed00ca63285ef322071d350fa985f40edf0d6b9.tar.xz cst116-chapter8-debugging-daboochillin-1ed00ca63285ef322071d350fa985f40edf0d6b9.zip | |
debug 2 value true
Diffstat (limited to 'CST116-Ch8-Debugging')
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 2 |
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?
|