다차원배열 구조 - shinkunworld/JavaBasic GitHub Wiki int[ ][ ] iArr = new int[3][ ]; int[0] = new int[2]; int[1] = new int[3]; int[2] = new int[2];