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(4 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
two-dimensional 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 two-dimensional 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: Exercise09_13
Pseudocode, Flowchart, Test Plan ( 4 examples )

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!