Boolean expression

Report a typo

Given three boolean variables:


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

What is the result of the following expression?

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

Create a free account to access the full topic