Computer Science, asked by manjot200724, 6 hours ago

____________ operator returns True if both statements are true​

Answers

Answered by Anonymous
3

Answer:

Logical Operators

Explanation:

&& is the logical and operator. It returns TRUE if both of the arguments evaluate to TRUE. This operator supports short-circuit evaluation, which means that if the first argument is FALSE the second is never evaluated.

Answered by 5589anuvrat
0

Answer:

Logical Operators

It returns TRUE if both of the arguments evaluate to TRUE. This operator supports short-circuit evaluation, which means that if the first argument is FALSE the second is never evaluated.

Explanation:

please mark me Brenest answer

Similar questions