Function parameters are defined inside of the () follows the function name. A parameter acts as a variable name for a passed in argument. Define a function that prints the square of passed parameter.