Question: In Java, get an int from the user, then use that int to generate a size by size 2d array with random numbers less than
In Java, get an int from the user, then use that int to generate a size by size 2d array with random numbers less than 100. Using recursion, find the peak value/highest number in that 2d array. Then print out the number and location(row,column). Cannot use any built in classes except for scanner and random.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
