diff options
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp')
| -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?
|