单项选择题
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
A.Code block a. B.Code block B. C.Code block c. D.Code block d. E.Code block e.