• 2022-05-31
    给出以下代码,请问该程序的运行结果是什么?class Example{public static void main(String args[ ]){System.out.print(14^23);}}
    A: 打印输出25
    B: 打印输出37
    C: 打印输出6
    D: 打印输出31
    E: 打印输出17
    F: 打印输出9
    G: 打印输出24