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

单选题:The expression ___can NOT express the statement "both x and y ar

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

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