aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-14 23:43:54 -0700
committerTrenton Stark <[email protected]>2022-10-14 23:43:54 -0700
commit34008f46273a22ef70c5595a031b5cd6f9e55aeb (patch)
tree0aba355918032c2a0f6fccdf5fe6a99484ad89ea
parentAdded output file (diff)
downloadcst116-ch9-debugging-stark-main.tar.xz
cst116-ch9-debugging-stark-main.zip
Added psuedo code. FinishedHEADmain
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt b/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt
new file mode 100644
index 0000000..d3849b0
--- /dev/null
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt
@@ -0,0 +1,8 @@
+Set age to 0
+Set days to 0
+
+set age to prompted user input
+set days to age * 365
+
+print age + "! Boy are you old!"
+print "Did you know that you are at least "+ days + " days old?" \ No newline at end of file