Question: java application java application java application java application java application java application 1) Create a new project and name it Lab 2) Write a program
java application
java application
java application
java application
java application
java application
1) Create a new project and name it "Lab 2) Write a program to: 3) Save the following menu to a string var named menu: [O] Quit [1] Generate a random 2D array of a specified size and limits [2] Display the 2D array on the screen [3] Count and return the frequency of a value in the 2D array [4] Compute and return summation of the 2D array [5] Compute and return the average of the 2D array [6] Replace a certain number with another in the 2D array [7] Compute and return the average of a column in the 2D array [8] Compute and return the average of a row in the 2D array 4) Use while-loop, loop until user chooses to quit 5) Display the menu 6) Ask the user to select on option 7) Use switch statement to 8) Ask the use for the input based on the cas case 9) Execute the right operation based on the user's option 10) Display the result of operation 11) Repeat 12) MUST implement each case as a separate method
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
