define any five condition operator
Answers
Answered by
4
Answer:
Conditional Operators
Each operand is a boolean expression (i.e., it evaluates to either true or false). The logical AND condition returns true if both operands are true, otherwise, it returns false. The logical OR condition returns false if both operands are false, otherwise, it returns true.
Answered by
2
Answer:
Conditional Operators
Each operand is a boolean expression (i.e., it evaluates to either true or false). The logical AND condition returns true if both operands are true, otherwise, it returns false. The logical OR condition returns false if both operands are false, otherwise, it returns true.
Explanation:
BRAINLIEST
LIKE
Similar questions