introtext is "

         HI THERE!!!!!  This Artificially Intelligent computer program 
         will give you an estimate of how tall you are compared with 
         other humans. 

"
goal is type.height

if height < 50
then type.height is short

if height < 60
then type.height is medium.short

if height < 65
then type.height is medium
         
if height < 70
then type.height is medium.tall
         
if height > 69 then
type.height is tall

question height is
"
         Hi!!  Please be good enough to tell me how tall you are, in 
         inches.  Please give me your answer in whole numbers only.
"

answer is "You must be " type.height

termtext is "
         Thank you!!
"
