Question: * * 9 . 1 3 ( The Location class ) Design a class named Location for locating a maximal value and its location in
The Location class Design a class named Location for locating a maximal value and its location in a twodimensional array. The class contains public data fields row, column, and maxVaue that store the maximal value and its indices in a twodimensional array with row and column as int types and maxValue as a double type.
Write the following method that returns the location of the largest element in a twodimensional array:
public static Location locateLargestdouble a
The return value is an instance of Location. Write a test program that prompts the user to enter a twodimensional array and displays the location of the largest element in the array. Here is a sample run:
Enter the number of rows and columns in the array: fenter Enter the array:
tableHenterHenterHenter
The location of the largest element is at In Java Language
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
