Complete the method, named sumArray, in the class named ArrayOps.java, so that it sums all the integer values in an array.

The one parameter coming into the method is an array of integers. The integer value returned is the sum of these integers.