aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt
diff options
context:
space:
mode:
authorCEOofOogaBooga <[email protected]>2022-10-12 14:36:38 -0700
committerCEOofOogaBooga <[email protected]>2022-10-12 14:36:38 -0700
commita1cc10da93bd3587b099921c9b5207ea5138b4a7 (patch)
tree09dd38a53c2c976f39b6e0038e5f0f846c4b0fdd /CST116-Ch8-Debugging/CST116 Ch8 Pseudo code.txt
parentInitial commit (diff)
downloadcst116-chapter8-debugging--trinh--main.tar.xz
cst116-chapter8-debugging--trinh--main.zip
CST116 Ch8 FinishedHEADmain
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