diff options
| author | Andrei F <[email protected]> | 2022-10-12 22:34:43 -0700 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-10-12 22:34:43 -0700 |
| commit | 70a7aae3b2869c1962772c3854d90618e27d4793 (patch) | |
| tree | e1aa2171a60b29aa5ad75c6505834ca9b906ec15 /CST116-Ch8-Debugging | |
| parent | Fixed a spelling error, final commit (diff) | |
| download | cst116-chapter8-debugging-florea-70a7aae3b2869c1962772c3854d90618e27d4793.tar.xz cst116-chapter8-debugging-florea-70a7aae3b2869c1962772c3854d90618e27d4793.zip | |
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.
|