더북(TheBook)

1분 퀴즈

2. read( )로 숫자 123을 입력받아 그대로 출력한다고 했을 때 ①~③에 들어갈 코드를 완성해 보세요.

import java.io.IOException;

public class Main {
    public static void main(String[] args) throws IOException {
        ① ___________
        ② ___________
        ③ ___________
    }
}

정답 확인

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.