aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch8-Debugging-traver-Pseudo-Code.txt
diff options
context:
space:
mode:
authorJoe Traver <[email protected]>2022-10-11 21:53:57 -0700
committerJoe Traver <[email protected]>2022-10-11 21:53:57 -0700
commit73bbf276a3b60dc343f67dfb32ba21579172e7f8 (patch)
treeb12ad6174b26c0dec236b390e2318923612cf4ab /CST116-Ch8-Debugging/CST116-Ch8-Debugging-traver-Pseudo-Code.txt
parentAdded pseudo-code (diff)
downloadcst116-chapter8-debugging-joetraver30-main.tar.xz
cst116-chapter8-debugging-joetraver30-main.zip
Final touchesHEADmain
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging-traver-Pseudo-Code.txt')
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging-traver-Pseudo-Code.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-traver-Pseudo-Code.txt b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-traver-Pseudo-Code.txt
new file mode 100644
index 0000000..39ed4cf
--- /dev/null
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-traver-Pseudo-Code.txt
@@ -0,0 +1,12 @@
+int_var
+ i = 0
+ count
+
+while i < 10
+ output i + 1
+
+for count = 0
+ count < 10
+ count + 1
+
+output count \ No newline at end of file