Solved

Which Case of the Following Would Warrant Using the Boolean

Question 11

Multiple Choice

Which case of the following would warrant using the boolean logical inclusive OR (|) rather than the conditional OR (||) ?


A) Testing if two conditions are both true.
B) Testing if at least one of two conditions is true.
C) Testing if at least one of two conditions is true when the right operand has a required side effect.
D) Testing if at least one of two conditions is true when the left operand has a required side effect.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions