aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt')
-rw-r--r--CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt b/CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt
new file mode 100644
index 0000000..06257eb
--- /dev/null
+++ b/CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt
@@ -0,0 +1,7 @@
+Under main
+set and place i as 0
+set count
+while i is less than 10
+output i+1
+when count is equal to 0 and less than 10
+output count+1 \ No newline at end of file