网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

若有定义intx=10;,则表达式x-=x+x的值为()

  • A、-20
  • B、-10
  • C、0
  • D、10

参考答案

更多 “若有定义intx=10;,则表达式x-=x+x的值为()A、-20B、-10C、0D、10” 相关考题
考题 若有定义语句: int x=10; ,则表达式 x-=x+x 的值为A)-20B)-10C)0D)10

考题 若有定义语句: int a=5; ,则表达式: a++ 的值是 【 6 】 。

考题 若有“intx=15, y=20;”,则执行表达式y-=x++后,表达式x+y的值为______。

考题 若有定义intx=3,y=2和floata=2.5,b=3.5,则表达式:(x+y)%2+(int)a/(int)b的值是()。A.0B.2C.1.5D.1

考题 若有以下定义: char a;int b; float c;double d; 则表达式a*b+b-c值的类型为( )。A. floatSX 若有以下定义: char a;int b; float c;double d; 则表达式a*b+b-c值的类型为( )。A. floatB.intC.charD.double

考题 若有定义语句:“int a=10;double b=3.14;”,则表达式A+a+b值的类型是( )。A.charB.intC.doubleD.float

考题 若有定义语句:int X=10;,则表达式-x =x+X的值为A.-20B.-10C.0D.10

考题 若有定义:“inta=4,b=5;floatx=3.4,y=2.1;”,则下列表达式的值为( )。 A.5.5B.55 若有定义:“inta=4,b=5;floatx=3.4,y=2.1;”,则下列表达式的值为( )。A.5.5B.55C.5.500000D.55.00000

考题 若有定义:intx,*pb;则正确的赋值表达式是( )。A.B.C.D.A.AB.BC.CD.D

考题 若有定义“int a=5,b=7;”,则表达式a%-(b%2) 运算后,a的值为( )。A.0B.1C.11S 若有定义“int a=5,b=7;”,则表达式a%-(b%2) 运算后,a的值为( )。A.0B.1C.11D.3

考题 若有定义:inta[3][3];则表达式&a[2][1]-a的值为() A.7B.8C.6D.9

考题 若有定义语句:int X=10;,则表达式x-=x+x的值为( )。A.0B.-20C.-10D.10

考题 若有定义语句:“int x=10;”,则表达式x-=x+x的值为( )。 A.-20B.-l0C.0 若有定义语句:“int x=10;”,则表达式x-=x+x的值为( )。A.-20B.-l0C.0D.10

考题 若有定义:inta;且表达式!a的值为0,则表达式()的值为1。A.!(a0)B.a!=0C.a==0D.a=0

考题 若有定义:inti=3,j=6;,则表达式(--i)*(j++)的值为()。A.12B.10C.18D.15

考题 若整型变量x的值为8,则下列表达式中值为1的表达式是( )A.x+=x-=x=xB.x%=x-1C.x%=x%=3D.x/=x+x

考题 试题14若有定义语句:int a=10; double b=3.14; , 则表达式‘A’+a +b值的类型是()A.charB.intC.doubleD.float

考题 若x为int型变量,则执行x=7;x+=x-=x+x;后的x值为()

考题 若有intx,y,z;则表达式(x+yz)是()A、算术表达式B、逻辑表达式C、关系表达式D、以上都不对

考题 若有定义String tom=""boy"";String hill=""boy"";则表达式(tom==hill)的值为()A、TrueB、FalseC、1D、0

考题 若有intx,y,z;则表达式(xyxz)是()A、算术表达式B、逻辑表达式C、关系表达式D、以上都不对

考题 如果intx的初始值为5,则执行表达式x-=3之后,x的值为()。

考题 若有定义intx=12,y=8,z;,在其后执行语句z=0.9+x/y;,则z的值为()A、1B、1.9C、2D、2.4

考题 单选题若有intx=10;charc=’d’;则表达式a+c的值的类型是()A charB intC floatD byte

考题 单选题若有定义语句: int x=10; 则表达式x-=x+x的值为(  )。A -20B -10C 0D 10

考题 单选题若有定义语句:int a=10;double b=3.14;,则表达式'A'+a+b值的类型是(  )。A charB intC doubleD float

考题 填空题如果intx的初始值为5,则执行表达式x-=3之后,x的值为()。