LOGICAL OPERATORS Flashcards
1
Q
Operators that are used to combine conditional statements.
A
LOGICAL OPERATORS
2
Q
Returns TRUE if both statements/operands are true
A
Logical AND
3
Q
If any of the two operands are non-zero the condition becomes TRUE.
A
Logical OR
4
Q
Used to reverse the logical state of its operand.
A
Logical NOT