배열 복사 썸네일형 리스트형 배열 복사 배열 복사 public class CopyArrayTest { public static void main(String[] args) { int score[] = new int[5]; int score2[] = new int[10]; System.out.println(""); System.out.println("Score의 배열은 아래와 같다"); for(int i=0;i 더보기 이전 1 다음