Defining parameters in a method header means that the method now needs some sort of information to function properly. We will go over how they get that information in other articles.
To define a parameter, enter the type followed by a name into the parenthesis of the method.
Once a parameter is defined, if the method call is missing the information it wants (arguments) then an error will occur.