0 / 60 seg.

Analyze the use of logical AND operator in the following code:

int a = 10, b = 20;
boolean check = a > 5 && b < 25;