To add parameters we include them in the parentheses that follow the function name. Parameters need a name, a separating colon, and a type.  

Let's give it a try.

Nice! ageOne is the parameter name and Int is the type.

Almost! We'll need the parameter name, a separating colon, and a type.