We can also pass a function as an argument to another function. In other words, we can define functions as parameters.

Right! (Int) -> Int represents a function that takes an integer argument and returns an integer value.

If we want to pass more arguments to the passed function, we separate them with commas.

That doesn't look right, does it?