问题
-
若有定义:int a=4,b=5;float x=3.4,y=2.1;,则下列表达式的值为() (float) (a+b)/2+(int)×%(int)y
-
若有以下定义char a;int b;float c;double d;则表达式a*b+d-c值的类型为
-
若有以下定义:char a;int b;float c;double d;则表达式a*b+d-c值的类型为( )。A.A. float ###SXB#
-
若有定义:int a=2 b=3;float x=3.5 y=2.5;则下面表达式的值为______。(float)(a+b)/2+(int)x%(int
-
若有定义float X=1.5;int a=1 b=3 C=2; 则正确的switch语句是( )。A. B. C.
-
若有以下变量定义:float x; int a b;则正确的switch语句是( )。