Vararg Parameters In Functions:
*Vararg Parameters in Functions
vararg is used in a method declaration to indicate that a variable number of parameters will be accepted.
\*) before an array that is used in function calls to “unfold” the contents into individual parameters.