aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuntbyrne <[email protected]>2022-12-03 18:53:31 -0800
committerGitHub <[email protected]>2022-12-03 18:53:31 -0800
commit79442187a3abc57cd8a678113c11f49f1d8f8581 (patch)
tree8410c1eb0fa72557abc73a97831e63db0ed1a5fc
parentUpdate CST116-Ch9-Debugging.cpp (diff)
downloadcst116-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.txt9
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