问题详情
classMyApp{publicstaticvoidmain(String[]args){intage;System.out.println(age=”+age);}}执行上述代码后输出的结果是哪项?()
A、age=0
B、age=null
C、age=
D、程序编译错误