Introduction
Parameters and arguments help you send information to functions so they can work with different data.
When you want a function to add two numbers you give it the numbers as arguments.
When you want to greet different people, you pass their names as arguments.
When you want to calculate the area of different rectangles, you pass width and height as arguments.