Question: Write the java code to display the grades in the 2D array from the code below 2. also write the java code to determine the
public class Test{ public static void main(String args) { char[ I ] array2d={{'9', '6', '7"},{'12', '18', '20'},{"27", '30', '14'},{'1', '5', '8'}, {'40', '34', '56'}}; for(int i=0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
