设int x=1, y=1; 表达式(!x||y--)的值是()。A、1B、2C、-1D、0

设int x=1, y=1; 表达式(!x||y--)的值是()。

  • A、1
  • B、2
  • C、-1
  • D、0

相关考题:

执行以下程序段后,w 的值为int w= ' A ' ,x=14,y=15;w=((x||y)(w ' a ' ));A)-1B)NULLC)1D)0

设x和y均为int型变量,且x=1,y=2,则表达式double(1+x/y)的值为【12】。

设x是一个bool型的逻辑量,y的值为10,则表达式 x && y的值为( )。A、1B、0C、与x值相同D、与x值相反

设x,y和z都是int型变量,且x=3,y=4,z=5,则下面表达式中,值为0的表达式是A.xyB.x<=yC.x||++yy-zD.!(x<y!z||1)

设int x=1,y=1;表达式(!x||--y)的值是( )。A.0B.1C.2D.-1

设int x=1,y=1;表达式(!x||y--)的值是( )。A.0B.1C.2D.-1

设x是一个int型的,y的值为10,则表达式x&&y的值为()。A.1B.0C.与x值相同D.与x值相反

设x,y和z都是int型变量,且x=3,y=4,z=5,则下面表达式中,值为0的表达式是A.xyB.x=yC.x||++yy-zD.!(xy!z||1)

设x、y和z是int型变量,且x=4,y=6,z=8,则下列表达式中值为0的是()。A.xyB.x 设x、y和z是int型变量,且x=4,y=6,z=8,则下列表达式中值为0的是( )。A.xyB.x<=yC.x‖y+zy-zD.!((x<y)!z‖1)

设“int x=2,y=1;”,则表达式(!x|| Y--)的值是( )。A.0B.1C.2D.-1

int x=1,y=1;表达式(!x||y--)的值是:A.0B.1C.2D.-1

设int x=l,y=l;表达式(!x||y--)的值是()

设有定义:intx=0,y=1,z=1;则运行表达式:x=y++z--后,x,y,z的值分别是()。A、1,1,1B、1,2,0C、0,1,1D、0,2,0

设X、Y、Z都是int整型变量,且x=2,y=3,z=4,则下面的表达式中,值为0的表达式是()。A、’x’’z’B、(!y==1)(!z==0)C、(xD、1 br=""x

执行下列语句后,x和y的值是() int x,y; x=y=1; ++x || ++y;A、1和1B、1和2C、2和1D、2和2

若有定义:int x=3,y=4;则表达式!x||y的值为()A、1B、0C、3D、4

public class WhileFoo {  public static void main (String []args)   {  int x= 1, y = 6;  while (y--)  {x--;}  system.out.printIn(“x=” + x “y =” + y);  }  }   What is the result?()  A、 The output is x = 6 y = 0B、 The output is x = 7 y = 0C、 The output is x = 6 y = -1D、 The output is x = 7 y = -1E、 Compilation will fail.

设x=4,y=8,z=7,表达式:(x<y)Orz<x的值是()A、1B、-1C、TRUED、FALSE

x=1,y=1,z=1,执行表达式w=++x||++y++z后,x、y、z的值分别为()。A、x=2,y=1,z=1B、x=2,y=2,z=2C、x=1,y=1,z=1D、x=2,y=2,z=1

设x是一个bool型的逻辑量,y的值为10,则表达式 x  y的值为()。A、1B、0C、x的值D、x的相反值

设x和y均为int型变量,且x=1,y=2,则表达式1.0+x/y的值为()

设x,y,z,t均为int型变量,则执行以下语句后,t的值为()。x=y=z=1;t=++x||++y++z;A、不定值B、2C、1D、0

int x = 1, y =6;  while (y--) {  x++;  }  System.out.println(“x =” + x + “y =” +y); What is the result?()  A、 x = 6 y = 0B、 x = 7 y = 0C、 x = 6 y = -1D、 x = 7 y = -1E、 Compilation fails.

单选题设int x=1, y=1; 表达式(!x||y--)的值是()。A1B2C-1D0

填空题设int x=l,y=l;表达式(!x||y--)的值是()

单选题int x = 1, y =6;  while (y--) {  x++;  }  System.out.println(“x =” + x + “y =” +y); What is the result?()A x = 6 y = 0B x = 7 y = 0C x = 6 y = -1D x = 7 y = -1E Compilation fails.

单选题设X、Y、Z都是int整型变量,且x=2,y=3,z=4,则下面的表达式中,值为0的表达式是()。A’x’’z’B(!y==1)(!z==0)C(xD1 br=""x