자바 일반 for문과 향상된 for문 int[] array = {1,2,3,4,5}; for (element : array) { System.out.print(element); // 1, 2, 3, 4, 5 } for (i=0; i 카테고리 없음 2021.10.12