The logical AND operator is ____.
查看答案
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. ||
When an executing program encounters a(n) ____ statement, the condition is evaluated to determine its numerical value, which is then interpreted as either true or false.
A. switch
B. break
C. if
D. else