网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
下列程序段的执行结果为( )。 a=10:b=30 If a

A. 10

B. 30

C. 10 30

D. 30 10


参考答案

更多 “ 下列程序段的执行结果为( )。 a=10:b=30 If a A. 10B. 30C. 10 30D. 30 10 ” 相关考题
考题 下列程序段执行后的输出结果为 int x=3; int y=10; System.out. println(y %x) ;A.0B.1C.2D.3

考题 下列程序段执行后的输出结果为( )。 int x=3; int y=10; System.out.println(y%x);A.0B.1C.2D.3

考题 下列程序段执行后的输出结果为 int x=3; int y=10; System.out.println(y%x);A.0B.1C.2D.3

考题 下列程序段的执行结果为( )。A. A RowB. B RowC. C RowD. D Row

考题 下列程序段执行后输出的结果是( )。A. 90B. 60C. 40D. 10

考题 下列程序段执行后的输出结果为 ( ) int x=3;int y=10; System.out.println(y%x);A.0B.1C.2D.3

考题 执行下列程序段之后,输出的结果为______。 public class ex43 { public static void main(String[] args) { short a=127; short b=4; a>>>=--b; System.out.println(a); } }A.10B.15C.30D.128

考题 下列程序段执行后的输出结果为( )。 int x=3;int y=10: System.out.println(y%x):A.0B.1C.2D.3

考题 当x=9时,执行下列程序段Text4中显示结果为() A10B11C12         D13