Within a selection statement, an expression that evaluates to 0 or less is considered as false, while any positive is considered as true.
查看答案
The logical AND operator is ____.
A. ||
B. &&
C. !
D. %%
The logical OR operator is ____.
A. ||
B. &&
C. !
D. %%
The logical NOT operator is ____.
A. ||
B. &&
C. !
D. %%
____ is not a relational operator.
A. !=
B. >
C. ||