3년전에 작성한 글입니다. 자바 10주차 실습입니다. public class IrregularArray { public static void main(String[] args) { int intArray[][] = new int[4][]; intArray[0] = new int[3]; intArray[1] = new int[2]; intArray[2] = new int[3]; intArray[3] = new int[2]; for(int i=0; i
#
과제
#
자바