Which of the following statements about logical operators is correct? a. Logical AND yields true if and

Question:

Which of the following statements about logical operators is correct?

a. Logical AND yields true if and only if both of its operands are either true or false.

b. Logical OR yields true if either or both of its operands are true.

c. Logical OR is represented in C# by && .

d. Logical NOT is represented in C# by | .

e. none of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: