Question: To the HighArray class in Section 2.2 (see below) of the lecture notes, add a method called getMin() that returns the value of the smallest
To the HighArray class in Section 2.2 (see below) of the lecture notes, add a method called getMin() that returns the value of the smallest key in the array. For example, if the array contains the values [95, 25, 65, 75, 45, 85, 5, 35], getMin() should return the value 5. Add appropriate code in main() of the HighArrayApp class to execute the getMin() method.

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
