设int a=10,b=11,c=12;表达式(a+b)A.2B.0C.-2D.1

设int a=10,b=11,c=12;表达式(a+b)

A.2

B.0

C.-2

D.1


相关考题:

设int a=10,b=11,C=12;,表达式(a+B.<Cb==C的值是( )。A.2B.0C.-2D.1

设int a =10,b = 11,c =12;,表达式(a+B) <cb= = c的值是A.2B.0C.-2D.1

设int a=10,b=11,c=12;,表达式(a+b) <c==c的值是A.2B.0C.-2D.1

设int a=10,b=ll,c=12;,表达式(a+b)〈cb==c的值是A.2B.0C.-2D.1

设int a=10,b=11,C=12;,表达式(a+B.Cb==C的值是( )。A.2B.0C.-2D.1

设int a=10,b=11,c=12;,表达式(a/b)<cb==c的值是【 】。

设int a=3,b=4,c=5;表达式(a+b)>cb==c的值是:A.2B.-1C.0D.1

下列代码输出的值是int a = 10, b = 11, c = 12; Console.WriteLine((a + b) < c b == c);

设int a,b,c; a=3;b=4;c=5; 则表达式a+b>cb==c的结果是()