aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexandra-apetroaei <andra@MSI>2022-10-11 13:51:27 -0800
committeralexandra-apetroaei <andra@MSI>2022-10-11 13:51:27 -0800
commitf6ca1b1c6ff282cd6734743cf1dd803d9465153f (patch)
tree370b98d827b8210d09063a116c4b3d61ea16f58c
parentchange (diff)
downloadcst116-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.cpp3
-rw-r--r--CST116-Ch8-Debugging/Ch 8 psuedo-code.txt0
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