0 / 60 seg.

Evaluate the following Java code involving relational and logical operators:

int x = 7;
boolean check = x >= 5 && x <= 10;