问题:
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
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);
}
}
● 参考解析
本题暂无解析