1. 1~9 사이의 중복되지 않는 숫자로 이루어진 3자리 숫자를 만드는 프로그램을 작성하라 단, Math.random()을 사용했기 때문에 실행결과와 다를 수 있다. int[] ballarr = {1, 2, 3, 4, 5, 6, 7, 8, 9}; int[] ball3 = new int[3] [결과] 486 [풀이] public class practice5_5 { public static void main(String[] args) { // TODO Auto-generated method stub int[] ballarr = {1,2,3,4,5,6,7,8,9}; int[] ball3 = new int[3]; for(int i = 0; i