Page 755 - AP Computer Science A, 7th edition
P. 755

13. (A) If (c < a) is false, ((c == a∗b) && (c < a)) evaluates to false irrespective of the value of c == a∗ b. In this case, ! (c == a∗b && c < a)evaluatestotrue.Then(a < b) || true evaluates to true irrespective of the value of the test (a < b). In all the other choices, the given expression may be true. There is not enough information given to guarantee this, however.


































































































   753   754   755   756   757