A developer writes a method that takes an int array and returns the sum of its elements. The method signature is: 'public static int sumArray(int[] arr)'. Which statement correctly calls this method?
Select one:
Oracle often tests the distinction between array initializer syntax (valid only in declarations) and...