0 / 60 seg.

Evaluate the boolean expression in the following Java code:

int x = 5, y = 10;
boolean comparison = x > y || y > x;