Computer Science, asked by 6268140681, 19 days ago

What is the use of logical operators
.​

Answers

Answered by itzmedipayan2
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 mehaksiddique22
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