aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt
blob: d3849b00b4236296e3b2a0c08764b8afe25e903b (plain) (blame)
1
2
3
4
5
6
7
8
Set age to 0
Set days to 0

set age to prompted user input
set days to age * 365

print age + "! Boy are you old!"
print "Did you know that you are at least "+ days + " days old?"