...

/

Challenge 1: Find the Maximum Value

Challenge 1: Find the Maximum Value

In this challenge, you will figure out how to find out the maximum value stored in an Integer Array.

Problem statement #

Write a method named findMaxVal() to find the maximum integer value stored in an Array of any size. ...