From 860d33e89fa5db8280aa414132e2f77fdf0d9835 Mon Sep 17 00:00:00 2001 From: huntbyrne <114624182+huntbyrne@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:59:03 -0700 Subject: Add files via upload --- CST116-Ch9-Debugging/Ch9-Output-Byrne.txt.txt | 4 ++++ CST116-Ch9-Debugging/Ch9-Pseudo-Byrne.txt | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 CST116-Ch9-Debugging/Ch9-Output-Byrne.txt.txt create mode 100644 CST116-Ch9-Debugging/Ch9-Pseudo-Byrne.txt 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 -- cgit v1.2.3