单项选择题
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
点击查看答案&解析
相关考题
