for(i=0;i<2;i++){ for(j=0;j<2;j++){ System.out.print("Enter array in pocket ["+i+"]"+"["+j+"]"); a[i][j]= sc.nextInt(); } }