The function that takes a function parameter can call the function it receives using the parameter name.

We call square with f, the parameter name, and pass an integer value to it. Then, we print the returned integer value. Sweet!

That doesn't look right, does it?