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

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

若有定义:float x=1.5;int a=1,b=3,c=2;则正确的swish语句是( )。


参考答案

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

考题 若有定义float X=1.5;int a=1,b=3,C=2;,则正确的switch语句是( )。A.B.C.D.

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

考题 若有定义:float x=1.5;int a=1,b=3,c=2;则正确的switch语句是( )。

考题 若有定义:int a=2,b=3;float x=3.5,y=2.5;则下面表达式的值为______。(float)(a+b)/2+(int)x%(int)yA.3.5B.35C.3.5D.35

考题 若有以下定义,则正确的赋值语句是: int a,b;float x;A.a=1,b=2 ;B.b++;C.a= b= 5D.b= int(x);

考题 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 a,b; float x;A.a=1,b=2,B.b++C.a=b=5;D.b=int(x);