Electrical and Computer Engineering
5 of 30
UAH
CPE 112
Reference Parameter Example -
Activity Problem
•Main Print Activity
–Get temperature   Print “The recommended activity is”
–Print activity   IF temperature > 85
•Get Temperature     Print “swimming.”
–Prompt user for temperature   ELSE IF temperature > 70
–Read temperature       Print “tennis.”
–Echo print temperature   ELSE IF temperature > 32     
•       Print “golf.”
–   ELSE IF temperature > 0
•       Print “skiing.”
–   ELSE
•         Print “dancing.”