假设x=6, y=3,!(x==y)的结果为( )
A: true
B: false
C:
D:
A: true
B: false
C:
D:
举一反三
- 假设x=6,y=3,(x[10&&y]1)的结果为() A: false B: true
- 假设x=6, y=3,那么(x==5 || y==5)的结果为true
- 若x=6,y=5则表达式intmax=x>y?x:y的结果为() A: 6 B: 5 C: true D: false
- 下列对逻辑运算符描述错误的是()。 A: 执行x and y,如果x为False,y为True,结果为False B: 执行x or y,如果x为False,y为True,结果为True C: 逻辑运算符and or not,遵循书写顺序从左到右执行 D: 执行x and not y,如果x为True,y为False,结果为True
- 假设x=6, y=3,那么(x==5 || y==5)的结果为true( ) A: 正确 B: 错误