aboutsummaryrefslogtreecommitdiff
path: root/Pseudocode for Ch9 Debugging.txt
blob: 745a72358b07bf72ece9e7a8791b018eece4276a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Define function getage
display "Please enter your age: "
store input into variable age

define days as output from function calcdays
move to function calcdays
define variable days as an integer
set days equal to years * days in a year (365)

move to function print results
display age and "! Boy you are old!"
display "Did you know that you are at least ", days, " days old?"