diff options
| author | huntbyrne <[email protected]> | 2022-12-03 18:53:31 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-03 18:53:31 -0800 |
| commit | 79442187a3abc57cd8a678113c11f49f1d8f8581 (patch) | |
| tree | 8410c1eb0fa72557abc73a97831e63db0ed1a5fc | |
| parent | Update CST116-Ch9-Debugging.cpp (diff) | |
| download | cst116-ch9-debugging-huntbyrne-79442187a3abc57cd8a678113c11f49f1d8f8581.tar.xz cst116-ch9-debugging-huntbyrne-79442187a3abc57cd8a678113c11f49f1d8f8581.zip | |
Delete Ch9-Pseudo-Byrne.txt
| -rw-r--r-- | CST116-Ch9-Debugging/Ch9-Pseudo-Byrne.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/CST116-Ch9-Debugging/Ch9-Pseudo-Byrne.txt b/CST116-Ch9-Debugging/Ch9-Pseudo-Byrne.txt deleted file mode 100644 index aa310b7..0000000 --- a/CST116-Ch9-Debugging/Ch9-Pseudo-Byrne.txt +++ /dev/null @@ -1,9 +0,0 @@ -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 |