public class twoDimension{ public static void main(String[] args) { int[][] a2 = new int[10][5]; for (int i=0; i