The result of an expression

Report a typo

There are four boolean variables:

boolean b1 = true;
boolean b2 = false;
boolean b3 = true;
boolean b4 = false;

What is the result of the following expression?

b1 && (b2 || (b3 || b4));
Enter a short text
___

Create a free account to access the full topic