diff options
Diffstat (limited to 'CST116-Ch8-Debugging')
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.cpp index 2cb243c..c5ffbfe 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.cpp @@ -75,7 +75,7 @@ *
* 6) Where was 10 assigned to count?
*
- * I believe the 10 was assigned to count on line 99, where basically it just did a loop on that line without entering
+ * I believe the 10 was assigned to count on line 109, where basically it just did a loop on that line without entering
* the line below, and it did it until count was equal to 10.
*
* 7) Fix the problem and re-run to verify.
|