苏北铁路有限公司:JAVA一道简单的题

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/15 11:47:30
public class Test{
public static void main(String arg[]){
System.out.println(6^3);
}
}
what is the output?

ERROR

output 5