Computer Science, asked by Vegeta11, 1 year ago

What is a logical operator

Answers

Answered by monikasoni1818p39bi3
10
the concept of logical operator is simple they allow a program to make a decision based on multiple condition .each operand is considered a condition that can be evaluated to a true or false value....
thanku...
Answered by cyrusbishop
13

Answer:

A logical operator can be defined as an operator which is typically used with logical values.

Explanation:

Boolean algebra deals with only three types of logical operators such as NOT, AND and OR.

Logical NOT: This operator provides a complement of the given binary valued quantity.

Logical OR: This operator results in logical addition of the binary valued quantities.

Logical AND: This operator result in the product of two or more binary valued quantities.

Similar questions