Assume this: int a = 2; boolean flag = true; Evaluate the following expression: a < 3

Question:

Assume this:

int a = 2;

boolean flag = true;

Evaluate the following expression: a < 3 || flag && !flag.

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

Step by Step Answer:

Question Posted: