凤凰花开沐足技师微信:JAVA一道简单的题

来源:百度文库 编辑:神马品牌网 时间:2024/05/09 02:49:54
public class Test{
public static void main(String arg[]){
System.out.println(6^3);
}
}
what is the output?

ERROR

output 5