Computer Science, asked by UCA2042, 4 months ago

Which of the following operators return a true value only when both the operands are true?


OR

AND

NOT

Assignment

Answers

Answered by Viggo26
3

Answer:

AND..... I think this is the answer

Answered by steffiaspinno
0

AND operand.

Explanation:

  • The AND operand and the symbol used to represent is &&. Also known as logical AND operator.
  • If any one value is true in the AND operand , we do not get a true value as a return.
  • If both the values are true then in return then we get a true value .

Attachments:
Similar questions