设int a=3,b=4,c=5;表达式(a+b)>cb==c的值是:A.2B.-1C.0D.1
设int a=3,b=4,c=5;表达式(a+b)>c&&b==c的值是:
A.2
B.-1
C.0
D.1
参考答案和解析
3,5,1
相关考题:
若有定义:int a=4,b=5;float x=3.4,y=2.1;,则下列表达式的值为( )(float) (a+b)/2+(int)×%(int)yA.5.5B.55C.5.500000D.55.00000
若有定义:int a=4, b=5;float x=3.4,y=2.1;,则下列表达式的值为( )。 (float) (a+b)/2+(int)x%(int)yA.5.5B.55C.5.5D.55
设x,y和z都是int型变量,且x=3,y=4,z=5,则下面表达式中,值为0的表达式是( )。A. B. S 设x,y和z都是int型变量,且x=3,y=4,z=5,则下面表达式中,值为0的表达式是( )。A.B.C.D.
单选题设inta=3,b=4,c=5;表达式(a+b)cb==c的值是()。A2B-1C0D1