小智砸键盘关直播:JAVA一道简单的题

来源:百度文库 编辑:高考问答 时间:2024/07/18 17:51:12
public class Test{
public static void main(String arg[]){
System.out.println(6^3);
}
}
what is the output?

ERROR

output 5