Question: Question 2 (50 points) Write a method that returns the largest element in a two-dimensional array: public static double findLargest(double[][] a) Write a main method

Question 2 (50 points) Write a method that returns the largest element in a two-dimensional array: public static double findLargest(double[][] a) Write a main method that prompts the user to enter a two-dimensional array and displays the largest number. Here is sample run: Enter the number of rows and columns of the array: 23 Enter the array: 21.54578629.68 The largest number is 78
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
