Also, there were times when we called methods and put things in the parentheses after their names, right?

If we want a method to accept such parameters, we have to mention that when we create it.

See that? When we call SayHello (), we can pass in any value of the parameter's type and it will become a variable within the method.

Maybe we need to declare the name parameter as a string?