질문&답변
10강에서 while문 실습하는데 문제가 있습니다.
입력문을 쓰시려면 Scanner 클래스를 미리 지정을 해두셔야 합니다. Scanner scan = new Scanner(System.in) int num = scan.nextInt();