How do we add a parameter to a function?

We add the parameter between the parentheses when creating the function We call the function and place the parameter directly afterward We place the parameter on the first line inside the function

We add the parameter between the parentheses when creating the function .