Question: Using the provided Java code, please help me create the pseudocode, flowchart ( preferred hand - drawn ) , functional requirements, and test plan /
Using the provided Java code, please help me create the pseudocode, flowchart preferred handdrawn functional requirements, and test planTest Case Matrix for both projects. In the flowchart, please include multiple charts if there is more than one method.
import java.util.Scanner;
public class Exercise
public static void mainString args
Scanner in new ScannerSystemin;
System.out.printEnter the number of rows and columns in the array: ;
int rows innextInt;
int columns innextInt;
double userArray new doublerowscolumns;
System.out.printlnEnter the array:";
for int i ; i userArray.length; i
for int j ; j userArrayilength; j
userArrayij innextDouble;
int location locateLargestuserArray;
System.out.printfThe location of the largest element is ddn
location location;
public static int locateLargestdouble a
int location new int;
double largest a;
for int i ; i alength; i
for int j ; j ailength; j
if largest aij
largest aij;
location i;
location j;
return location;
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
