“And” and “or” (cont.)
nThe && and || have lower precedence than the relational operators, but parentheses are still useful because they enhance readability.
nThe && and || are lazy operators that evaluate only the left operand only when that suffices.