单项选择题
尝试编译运行以下代码时会发生什么情况()?
A.编译错误 B.输出secondExp,true C.输出secondExp,false D.输出false
A.第1行编译错误 B.第2行编译错误 C.第3行编译错误 D.可以正常编译
A.int i=10 B.float f=1.3 C.char c="c" D.byte b=257