class Beta{ public static void main(String[] args){ Integer x=new Integer(6)*7; if(x!=42){ System.out.print(“42”); } else if(x
- A、done
- B、编译失败
- C、运行的时候有异常抛出
- D、less
- E、42
正确答案:D
答案解析:有

微信扫一扫手机做题
class Beta{ public static void main(String[] args){ Integer x=new Integer(6)*7; if(x!=42){ System.out.print(“42”); } else if(x
微信扫一扫手机做题