자바 로또 당첨 확인
2022.06.18 by 추천캐릭터
class lotto1 { private final static int[] lottoResult = new int[6]; /** * 이번주 로또 1등번호 */ public static int[] lottoResult() { for (int i = 0; i
Programming/JAVA 2022. 6. 18. 22:22