boolean a = false;
boolean b = true;
boolean result = a || b && !a;
True
Runtime error
Compilation error
False