Design a class named Location for locating a maximal value and its location in a two-dimensional array. The class contains public data fields row, column, and maxValue that store the maximal value and its indices in a two-dimensional 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 two-dimensional array: public static Location locateLargest (double [] [] a) The return value is an instance of Location. Write a test program that prompts the user to enter a two-dimensional 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: 3 4 Enter Enter the array: 23.5 35 2 10 Enter 4.5 3 45 3.5 Enter 35 44 5.5 9.6 Enter The location of the largest element is 45 at (1, 2)

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 9PE
icon
Related questions
Question
Design a class named Location for locating a
maximal value and its location in a two-dimensional array. The class contains
public data fields row, column, and maxValue that store the maximal value and
its indices in a two-dimensional 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
two-dimensional array:
public static Location locateLargest (double [] [] a)
The return value is an instance of Location. Write a test program that prompts
the user to enter a two-dimensional 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: 3 4
Enter
Enter the array:
23.5 35 2 10
4.5 3 45 3.5
Enter
Enter
35 44 5.5 9.6
Enter
The location of the largest element is 45 at (1, 2)
Transcribed Image Text:Design a class named Location for locating a maximal value and its location in a two-dimensional array. The class contains public data fields row, column, and maxValue that store the maximal value and its indices in a two-dimensional 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 two-dimensional array: public static Location locateLargest (double [] [] a) The return value is an instance of Location. Write a test program that prompts the user to enter a two-dimensional 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: 3 4 Enter Enter the array: 23.5 35 2 10 4.5 3 45 3.5 Enter Enter 35 44 5.5 9.6 Enter The location of the largest element is 45 at (1, 2)
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage