Functions can have zero, one or more parameters. You can think of these as input that the function receives, and then uses to do something.
The code example shows a trivial function multiply function that takes two numbers as arguments and returns their product.
Do you remember how volume is defined? Complete the definition of the volume function.