What is a function parameter?
A function parameter is a connection between the function variables and the entry values for the function.
Why do functions need parameters?
If we didn’t have parameters we would need to modify each function every time we would like to change a value. Since we can define all values with letters, we can write the code and it will work with all the inputs the user desires.