향상된for문2 2차배열 (각 반의 점수 얻기) + (향상된 for문) 2023. 6. 25. 배열 (향상된 for문 이용하기) public class ArrayTest { //ArrayTest 클래스 public static void main(String[] args) { //메인메서드 int[] scoreList = {10, 20, 30, 40, 50}; //int 타입에 scoreList라는 배열 안에 10, 20, 30, 40, 50 넣기 for (int i=0; i 2023. 6. 24. 이전 1 다음