Question: Pseudocode, Flowchart, Test Plan ( 4 examples ) in Java please: Write a class named Location. The class contains three public data fields row, column,
Pseudocode, Flowchart, Test Plan examples in Java please:
Write a class named Location. The class contains three public data fields
row, column, and maxValue. maxValue stores the maximal value in the
twodimensional array. row and column are the row and column indices for
maxValue in the array.
Write a test program that prompts the user to enter a twodimensional array
and displays the location of the largest element in the array.
If there are more than one largest element, find the location with the smallest
row index and then the smallest column index.
Sample Run
Class Name: Exercise
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
