Course Assessment
...
Challenge: Find the Maximum Value
Write a method named findMaxVal() to find the maximum integer value stored in an Array of any size.
the array passed as a parameter.
the maximum value found in the array as an integer
Input: {2, 9, 6, 17, 15} Output: 17