Introduction
Multiple parameters let you send more than one piece of information to a function at the same time.
When you want a function to add two numbers.
When you need to greet someone by their first and last name.
When calculating the area of a rectangle using its width and height.
When you want to combine two strings into one message.
When you want to compare two values inside a function.