-->
当前位置:首页 > 题库

单选题:The expression ( )can **NOT** express the statement "both x and

Luz5年前 (2021-05-10)题库733
The expression ( )can **NOT** express the statement "both x and y are zero". @[C](1)

A. x==0 && y==0
B. !x && !y
C. x==0 || y==0
D. !(x || y)




A.x==0 && y==0
B.!x && !y
C.x==0 || y==0
D.!(x || y)


答案:C