Prepare an app that evaluates the product of the series.
Program: Prepare an app that calculates the product of a series of integers that are passed to method product using a variable-length argument list.
It must compile with no errors and follow the directions - Test your method with several calls, each with a different number of arguments.