[JAVA] ch06-04. 배열 (Array) 4
·
JAVA/예제
public class Ex04 { public static void main(String[] args){ int[] ball = new int[45]; // 배열 45개 for(int i=0; i