aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch8-Debugging-pseudo-code.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging-pseudo-code.txt')
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging-pseudo-code.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-pseudo-code.txt b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-pseudo-code.txt
new file mode 100644
index 0000000..49a5c6d
--- /dev/null
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-pseudo-code.txt
@@ -0,0 +1,8 @@
+1. Variable i = 0
+2. While i is less than 10:
+ a. Print i = i + 1
+ b. Repeat until i = 10
+3. Variable count = 0
+4. For count less than 10:
+ a. Print count = count + 1
+ b. Repeat until count = 10 \ No newline at end of file