what us the answer of AND operator?
Answers
Answered by
0
Answer:
The AND operator is a Boolean operator used to perform a logical conjunction on two expressions — Expression 1 And Experession 2. AND operator returns a value of TRUE if both its operands are TRUE, and FALSE otherwise.
Similar questions