0 / 60 seg.

Evaluate the precedence of operators in this code:

int a = 3, b = 5, c = 8;
boolean e1 = a < 2 && b >= 5 || c == 8;