[JAVA] ch06-03. 배열 (Array) 3
·
JAVA/예제
public class Ex03 { //숫자 섞기 public static void main(String[] args){ int[] number = new int[10]; for(int i=0; i