Boolean expression

Report a typo

There are three variables of the boolean type:

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

Enter the result of the expression:

b1 && !b2 && b3;
Enter a short text
___

Create a free account to access the full topic