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.
We'll cover the following...
We'll cover the following...
Problem statement #
Write a method named findMaxVal() to find the maximum integer value stored in an Array of any size. ...