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

题目内容 (请给出正确答案)
若有:int a,b=2;则a=(b*100+ 1.5,100)则a的值是( )

A.100

B. 100.5

C. 200.5

D. 300.5


参考答案

更多 “ 若有:int a,b=2;则a=(b*100+ 1.5,100)则a的值是( ) A.100B. 100.5C. 200.5D. 300.5 ” 相关考题
考题 若有定义intx=3,y=2和floata=2.5,b=3.5,则表达式:(x+y)%2+(int)a/(int)b的值是()。A.0B.2C.1.5D.1

考题 若有定义:int x=1,y=2;float a=3.7,b=2.1;则(x+y)%2+(int)a/(int)b表达式的值为( )。

考题 若有定义:int x=3,y=2;float a=2.5,b=3.5;则表达式(x+y)%2+(int)a/(int)b的值为

考题 若有:int a, b = 2; a = (b * 100 + 1.5, 100) 则a的值是()。A.100B.100.5C.200.5D.300.5

考题 5、若有定义int x=3, y=2和float a=2.5, b=3.5,则表达式:(x+y)%2+(int)a/(int)b的值是A.0B.1C.1.5D.2

考题 若有定义int x=3, y=2和float a=2.5, b=3.5,则表达式:(x+y)%2+(int)a/(int)b的值是A.0B.1C.1.5D.2

考题 若有定义int x=3,y=2和float a=2.5,b=3.5,则表达式:(x+y)%2+(int)a/(int)b的值是

考题 【填空题】若有定义:int x=3,y=2;float a=2.5,b=3.5;则表达式(x+y)%2+(int)a/(int)b的值为【 】。

考题 【填空题】若有定义:int b=7;float a=2.5,c=4.7;则表达式a+(int)(b/3*(int)(a+c)/2)%4的值为【 】。