问题
-
设x和y均为int型变量,且x=1,y=2,则表达式double(1+x/y)的值为【12】。
-
设变量a是int型,f是float型,i是double型,则表达式10+′a′+i*f值的数据类型为A.int B.float C.do
-
设变量a是int型,f是int型,i是double型,则表达式10+a+i*f值的数据类型为A.int B.float C.double
-
设int型变量a b float型变量x y char型变量ch均已正确定义并赋值 正确的switch语句是()。A.switch
-
设变量a是int型 f是float型 i是double型 则表达式10+a+i*f值的数据类型为A.intB.floatC.double
-
设int型变量a b float型变量x y char型变量ch均已正确定义并赋值 则正确的swith语句是()。A.switc