What is the use of logical operators
.
Answers
Answered by
3
Answer:
Logical Operators are used to perform logical operations and include AND, OR, or NOT. Boolean Operators include AND, OR, XOR, or NOT and can have one of two values, true or false.
Hope it helps you from my side
Answered by
3
Answer:
Explanation
Logical operators are designed for operations with the true or false values within the logical expressions. Logical operators are mainly used to control program flow.
Similar questions