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

题目内容 (请给出正确答案)

下列语句顺序执行后,a的值是 int a=13;a%=a/5;

A.0

B.1

C.1

D.真


参考答案

更多 “ 下列语句顺序执行后,a的值是 int a=13;a%=a/5;A.0B.1C.1D.真 ” 相关考题
考题 顺序执行下列程序语句后,则b的值是()。A.HelloB.helloC.HeD.null

考题 若有定义:int a=4,b=5,c=6;然后顺序执行下列语句后,变量b中的值是__________c=(a-=(b-5));c=(a%3) (b=1):

考题 已知:数组:int[]al={2,3,5,7,11,13} int[]a2={1001,1002,1003,1004,1005,1006,1007 }在语句 System.arraycopy(a1,2,a2,3,4)执行后,数组int[]luckNumbers的值是( )。A.{1001,1002,1003,2,3,4,1007}B.{2,3,1003,1004,2,3,1007}C.{1001,1002,1003,5,7,11,13}D.{5,7,11,13,1005,1006,1007}

考题 已知:数组:int[]a1={2,3,5,7,11,13} int[]a2={1001,1002,1003,1004,1005,1006,1007}在语句System.arraycopy(a1,2,a2,3,4)执行后,数组int[]luckNumbers的值是 ( )A.{1001,1002,1003,2,3,4,1007}B.{2,3,1003,1004,2,3,1007}C.{1001,1002,1003,5,7,11,13}D.5,7,11,13,1005,1006,1007

考题 25、下列语句执行后变量的值是 n=0 For i=1 to 5 n=n+i Next iA.15B.10C.14D.13

考题 17、执行下列语句:int x = 5, y; y = x / 2; 执行后变量y的数据类型和值分别为()。A.int, 2.5B.int, 2C.double, 2.0D.double, 2.5

考题 18、执行下列语句:int x = 5; double y; y = x / 2; 执行后变量y的数据类型和值分别为()。A.int, 2.5B.int, 2C.double, 2.0D.double, 2.5

考题 62、已知 i=5.6; 语句 a=(int)i; 执行后变量 i 的值是()。

考题 下列语句执行后变量的值是 n=0 For i=1 to 5 n=n+i Next iA.15B.10C.14D.13