for(int I = 0; I<a. Length; i++){
for(int j = 0; J< A [I]. Length; j++){
system . out . print(a[I][j]+" ");
}
system . out . println();