aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuntbyrne <[email protected]>2022-10-27 13:59:03 -0700
committerGitHub <[email protected]>2022-10-27 13:59:03 -0700
commit860d33e89fa5db8280aa414132e2f77fdf0d9835 (patch)
treeb72e63ea9a6eb184e426f3b8278d4c98fb76349c
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-ch9-debugging-huntbyrne-860d33e89fa5db8280aa414132e2f77fdf0d9835.tar.xz
cst116-ch9-debugging-huntbyrne-860d33e89fa5db8280aa414132e2f77fdf0d9835.zip
Add files via upload
-rw-r--r--CST116-Ch9-Debugging/Ch9-Output-Byrne.txt.txt4
-rw-r--r--CST116-Ch9-Debugging/Ch9-Pseudo-Byrne.txt9
2 files changed, 13 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging/Ch9-Output-Byrne.txt.txt b/CST116-Ch9-Debugging/Ch9-Output-Byrne.txt.txt
new file mode 100644
index 0000000..79f8bf7
--- /dev/null
+++ b/CST116-Ch9-Debugging/Ch9-Output-Byrne.txt.txt
@@ -0,0 +1,4 @@
+CH 9. Output
+
+"21! Boy are you old!
+Did you know you are atleast 7,665 days old?
diff --git a/CST116-Ch9-Debugging/Ch9-Pseudo-Byrne.txt b/CST116-Ch9-Debugging/Ch9-Pseudo-Byrne.txt
new file mode 100644
index 0000000..aa310b7
--- /dev/null
+++ b/CST116-Ch9-Debugging/Ch9-Pseudo-Byrne.txt
@@ -0,0 +1,9 @@
+Ch 9 pseudocode
+
+Begin
+ Output "What is your age?"
+ Input "Age"
+ CalcDays = Inpute "Age" * 365
+ Output (Age * 365)
+ Output "(Age)! Boy are you old! Did you know you're atleast (age * 365) days old?
+End \ No newline at end of file