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

题目内容 (请给出正确答案)
已知inta=’R’;则正确的表达式是()

A.a%10

B.a=int(3e2)

C.2*a=a++

D.a=a+a=a+3


参考答案

更多 “ 已知inta=’R’;则正确的表达式是() A.a%10B.a=int(3e2)C.2*a=a++D.a=a+a=a+3 ” 相关考题
考题 已知int a=15, b=240,则表达式(ab)b||b的结果是()A.0B.1C.trueD.alse

考题 已知int a=15, b=240,则表达式 (a b) b || b 的结果是()。A.1B.0C.trueD.false

考题 18、已知:int a[ ]={2,4,6,8}; 则:表达式(a[0]+=a[1])+ ++a[2]值为 。

考题 已知:int a[]={2,4,6,8};则:表达式(a[0]+=a[1])+ ++a[2]值为()。

考题 已知int a=4,b=5,c;则执行表达式c=a=a>b后,变量a的值为().

考题 已知int a=15, b=240,则表达式(ab)b||b的结果是()。A.0B.1C.trueD.false

考题 19.已知int a=1; double b=2; 则表达式 1.5+a/b+’a’的值是多少()

考题 42、已知:int a[ ]={2,4,6,8}; 则:表达式(a[0]+=a[1])+ ++a[2]值为()。

考题 已知:int a=2;,则表达式(a+'E'-'A')*3的值是A.18B.12C.8D.20