Question: Object Oriented Programming ll plase be careful This for Pearson MyLab Programming. in the final answer write me what should write in the box 3

Object Oriented Programming ll plase be careful

This for Pearson MyLab Programming. in the final answer write me what should write in the box
3 (The Location class) 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: Programming Exercise 9.13 SUBMIT 1of1:FriDec15202302:44:46GMT+0300(ArabianStandardTime)v 1 Type your solution here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
