题目:读下面程序,给出最后屏幕输出结果。public class ShiftTest{public static void main(String [] args){ int x=0x80000000;int y=0x80000000; x=x>>1; y=y>>>1; System.out.println(“0x80000000>>1 = ” + Integer.toHexString(x)); System.out.println(“0x80000000>>>1 = ” + Integer.toHexString(y));}}
答案:
<查看本题扣3积分>
图片大小87kb
查看答案
问题答案不对?抱歉,搜索引擎优化导致页面变化,请尝试站内搜索,远程教育试题库