Introduction
Methods with parameters let you give extra information to a method so it can do different things each time you use it.
When you want a method to greet different people by name.
When you need to calculate the area of shapes with different sizes.
When you want to add two numbers that can change each time.
When you want to print a message with a custom number of times.