The program below demonstrates the use of varargs and overloading.
This example demonstrates using varargs with standard arguments.
The program below demonstrates the use of an array to pass a variable number of
arguments to a method.
The program below demonstrates how to define an inner class within a for loop.