Passing Arguments in Functions
This lesson discusses parameters and how you can pass arguments to functions.
What are Parameters? #
Parameters are passed in the parentheses of the functions. They are used to hold values during runtime of a function. A user can ...