java(20) 3. Develop a method convert that given a 2D array of integers t as the input argument returns a two-dimensional array tConverted where: Search Windows EliteOne B0O Show transcribed image text (20) 3. Develop a method convert that given a 2D array of integers t as the input argument returns a two-dimensional array tConverted where: Search Windows EliteOne B0O
Answer
import java.util.Random;
import java.util.Scanner;
public class Array2d {
public static void display(int a[][]) {
for
OR
OR