Boolean expression

Report a typo

There are two variables of the boolean type:

boolean b1 = true;
boolean b2 = false;

Enter the result of the expression:

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

Create a free account to access the full topic