aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch9-Debugging/Ch9-Pseudo-Byrne.txt
blob: aa310b7fad99113e6446f65964596730b3dab9a8 (plain) (blame)
1
2
3
4
5
6
7
8
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