This is what i have so far...
I'm having trouble with arrays and my teacher did a horrible job explaining it. I went and read Java how to program in chapter 7, but it did not help me out that much of understanding it. I'm confused and don't know which array method to use or where to begin on figuring this out.
getProduct:
product calculates the product of a series of integers
Sample Output:
Product test:
input parameters; 1, 3, 5
product: 15
input parameters; 1, 3, 5, 7
product: 105
input parameters; 2, 3, 4, 5, 6
product: 720