Introduction
Function parameters let you give information to a function so it can work with different values.
When you want a function to add two numbers you give it the numbers as parameters.
When you want to greet different people, you pass their names as parameters.
When you want to calculate the area of different rectangles, you pass width and height as parameters.