问题
-
若有定义:int a=4,b=5;float x=3.4,y=2.1;,则下列表达式的值为() (float) (a+b)/2+(int)×%(int)y
-
若有定义语句:int a=10;double b=3.14; 则表达式A+a+b值的类型是A.charB.intC.doubleD.float
-
若有定义:float w ; int a b ; 则合法的switch语句是_______
-
若有定义: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语句是( )。