When verbally talking about methods, I\'m never sure whether to use the word argument or parameter or something else. Either way the other people know what
When we create the method (function) in Java, the method like this..
data-type name of the method (data-type variable-name)
In the parenthesis, these are the parameters, and when we call the method (function) we pass the value of this parameter, which are called the arguments.