diff options
| -rw-r--r-- | CST116-Ch9-Debugging/Ch9-Output-Byrne.txt.txt | 4 | ||||
| -rw-r--r-- | CST116-Ch9-Debugging/Ch9-Pseudo-Byrne.txt | 9 |
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 |