define 'and' operators
Answers
Answered by
1
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.
Answered by
2
Answer:
Explanation:
AND operator is a boolean operator means that both if both are true then only the program will execute. Otherwise it will be false.
Similar questions