Computer Science, asked by ayush13245, 8 months ago

define 'and' operators​

Answers

Answered by rani49035
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 183747378
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