더북(TheBook)

1분 퀴즈

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

import java.io.IOException;

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

정답 확인