diff options
| author | huntbyrne <[email protected]> | 2022-10-27 13:59:03 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-27 13:59:03 -0700 |
| commit | 860d33e89fa5db8280aa414132e2f77fdf0d9835 (patch) | |
| tree | b72e63ea9a6eb184e426f3b8278d4c98fb76349c | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-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.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 |