더북(TheBook)

변수 실습

문제 다음 실행결과가 나오도록 코드를 완성하세요.

public class VariableExam{
    public static void main(String[] args) {
        ____________________________     
        System.out.println(number);
    }
}

 

실행결과

3