Question: Assume a, b, and c are Boolean variables in java; which of the following statement will always be evaluated to true? Group of answer choices
Assume a, b, and c are Boolean variables in java; which of the following statement will always be evaluated to "true"?
Group of answer choices
a && b
a && b || (!a || b)
a && b || (a || b)
a && b || (!a || !b)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
