로또 프로그램 (1) 썸네일형 리스트형 배열_연습문제 1. 로또 프로그램을 작성하시오. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 class Lotto { int[] lotto = new int[6]; public Lotto() { } public int[] getLotto() { int[] lotto = new int[6]; for (int i = 0; i 이전 1 다음 1/1