下列程序段的执行结果为( )。 a=10:b=30 If a A. 10B. 30C. 10 30D. 30 10

下列程序段的执行结果为( )。 a=10:b=30 If a

A. 10

B. 30

C. 10 30

D. 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