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?"