Computer Science, asked by zoya1131, 1 year ago

what is the purpose of logical operators

Answers

Answered by lucky1742
0
The concept of logical operators is 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. Then the value of the conditions is used to determine the overall value of the op1 operator op2 or !op1 grouping.
Similar questions