0 / 60 seg.

Consider this Java code using the OR operator:

boolean isAdult = false;
boolean hasPermission = true;
boolean canEnter = isAdult || hasPermission;