What will be written to the standard output when the following program is run?() public class Q63e3 { public static void main(String args[]) { System.out.println(9 ^ 2); } }
- A、81
- B、7
- C、11
- D、0
- E、false
正确答案:C
答案解析:有
微信扫一扫手机做题
What will be written to the standard output when the following program is run?() public class Q63e3 { public static void main(String args[]) { System.out.println(9 ^ 2); } }
微信扫一扫手机做题