万能百科  > 计算机   > 

[单项选择题] 执行下列程序段之后,输出的结果为______。 public class ex43 public static void main(

2021-07-20   

[单项选择题] 执行下列程序段之后,输出的结果为______。

public class ex43

public static void main(String[] args)

short a=127;

short b=4;

a>>>=--b;

System.out.println(a);

A. 10

B. 15

C. 30

D. 128

正确答案:

B

词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。

标签