niusouti.com
更多“若有定义:int x=5,y=6;则表达式x=(y==6)的值为() ”相关问题
  • 第1题:

    若有定义“int a=7; float x=2.5,y=4.7;”,则表达式“x+a%3*(int)(x+y)%2/4”的值为 。

    A.2.5

    B.2.75

    C.3.5

    D.0.0


    B

  • 第2题:

    若有定义int x=3,y=2和float a=2.5,b=3.5,则表达式:(x+y)%2+(int)a/(int)b的值是


    1

  • 第3题:

    【填空题】若有定义:int x=3,y=2;float a=2.5,b=3.5;则表达式(x+y)%2+(int)a/(int)b的值为【 】。


    B

  • 第4题:

    若有定义:int x=5,y=3;则表达式(x>2 && y>2)的值为1。


    3

  • 第5题:

    若有定义int a=7;float x=2.5,y=4.7;则表达式x+a%3*(int)(x+y)%2/4的值是 。


    A