2. Write a Java program to print the array given below by using the concept of differing size two- dimensional array. 10 1 2 3 4 5 6 7 8 9 code example
Example: How to create a 2d array in java
int[][] arr = new int[m][n];
int[][] arr = new int[m][n];