diff options
| author | alexandra-apetroaei <andra@MSI> | 2022-10-11 13:51:27 -0800 |
|---|---|---|
| committer | alexandra-apetroaei <andra@MSI> | 2022-10-11 13:51:27 -0800 |
| commit | f6ca1b1c6ff282cd6734743cf1dd803d9465153f (patch) | |
| tree | 370b98d827b8210d09063a116c4b3d61ea16f58c | |
| parent | change (diff) | |
| download | cst116-chapter8-debugging-alexandra-apetroaei-f6ca1b1c6ff282cd6734743cf1dd803d9465153f.tar.xz cst116-chapter8-debugging-alexandra-apetroaei-f6ca1b1c6ff282cd6734743cf1dd803d9465153f.zip | |
another change
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 3 | ||||
| -rw-r--r-- | CST116-Ch8-Debugging/Ch 8 psuedo-code.txt | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp index 491073a..b7721fe 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -51,8 +51,9 @@ * 3) Verify that the contents of count is garbage.
* 4) Step into the loop.
* 5) What is the value stored in count now?
-* // count-700
+* // count-508
* 6) Where was 10 assigned to count?
+* // to i
* 7) Fix the problem and re-run to verify.
********************************************************************/
#include <iostream>
diff --git a/CST116-Ch8-Debugging/Ch 8 psuedo-code.txt b/CST116-Ch8-Debugging/Ch 8 psuedo-code.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/CST116-Ch8-Debugging/Ch 8 psuedo-code.txt |