what is logical operator? define it. please tell the ans
Answers
Answered by
2
Logical operators are typically used with Boolean (logical) values. When they are, they return a Boolean value. However, the && and. || operators actually return the value of one of the specified operands, so if these operators are used with non-Boolean values, they may return a non-Boolean value.
Answered by
3
hello mate your answer is
The concept of logical operatorsis simple. They allow a program to make a decision based on multiple conditions. Each operand is considered a condition that can be evaluated to a true or false value.
hope this helps you
The concept of logical operatorsis simple. They allow a program to make a decision based on multiple conditions. Each operand is considered a condition that can be evaluated to a true or false value.
hope this helps you
Similar questions