operators that work operands are called _______ operators
Answers
Answered by
1
Answer:
The logical AND ( && ) operator (logical conjunction) for a set of operands is true if and only if all of its operands are true. It is typically used with Boolean (logical) values. When it is, it returns a Boolean value.
Explanation:
Similar questions