for(int x[]:arr) {
for (int e:x) {
System.out.print(e + " ");
}