aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-CH8-Debug-Pseudocode.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-CH8-Debug-Pseudocode.txt')
-rw-r--r--CST116-Ch8-Debugging/CST116-CH8-Debug-Pseudocode.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-CH8-Debug-Pseudocode.txt b/CST116-Ch8-Debugging/CST116-CH8-Debug-Pseudocode.txt
new file mode 100644
index 0000000..feaac1f
--- /dev/null
+++ b/CST116-Ch8-Debugging/CST116-CH8-Debug-Pseudocode.txt
@@ -0,0 +1,29 @@
+0
+1
+2
+3
+4
+5
+6
+7
+8
+9
+0
+1
+2
+3
+4
+5
+6
+7
+8
+9
+
+C:\Users\edfin\Source\Repos\cst116-chapter8-debugging-EdwardFine\CST116-Ch8-Debugging\x64\Debug\CST116-Ch8-Debugging.exe (process 16584) exited with code 0.
+Press any key to close this window . . .
+
+
+Establish int i and set equal to 0
+Establish int count
+While i <10, print i and add 1 to i until it breaks the loop.
+For when count starts at 0, and while count <10, print count and add 1 to count until it breaks the loop. \ No newline at end of file