What is a logical operator
Answers
Answered by
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...
thanku...
Answered by
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