for ( int[] rows: t ) { for ( int col: rows ) { System.out.print( Integer.toString( col ) + " " ); } System.out.println(); }