aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project
diff options
context:
space:
mode:
authorJoe Traver <[email protected]>2022-10-05 21:29:25 -0700
committerJoe Traver <[email protected]>2022-10-05 21:29:25 -0700
commitaacbfc78f3b0f04077e4053fe208563ea5f0d370 (patch)
tree1c5bbb0257a8b2ecb86ec9686ad142f7fe6fa8e2 /Ch 5 Debugging Project
parentAdded text file with checklist explaining the push process (diff)
downloadcst116-lab0-debugging-joetraver30-aacbfc78f3b0f04077e4053fe208563ea5f0d370.tar.xz
cst116-lab0-debugging-joetraver30-aacbfc78f3b0f04077e4053fe208563ea5f0d370.zip
Half way Psudo Code
Diffstat (limited to 'Ch 5 Debugging Project')
-rw-r--r--Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code12
1 files changed, 12 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code b/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code
new file mode 100644
index 0000000..5020ec2
--- /dev/null
+++ b/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code
@@ -0,0 +1,12 @@
+print:
+ Joe Traver
+ CST 116
+ Github ID - joetraver30
+
+money = 123.45
+
+print:
+ "you have $"
+output = money
+
+