예외사항처리1 12월 2일 - 예외사항 처리 package Day1202; import java.util.InputMismatchException; import java.util.Scanner; public class homework02 { public static void main(String[] args) { int ramdom = 20; int num = 0; int count = 0; Scanner sc = new Scanner(System.in); while (true){ try { System.out.print("1~100의 숫자을 입력하세요 >> "); num = sc.nextInt(); count++; if(num ramdom){ Sys.. 2023. 12. 2. 이전 1 다음