Comparison Operator: A comparison operator compares two values and returns true or false based on the comparison result.
Nested Control Structure: A nested control structure is when one control structure (like an if statement) is placed inside another.
Short-circuit Evaluation: Short-circuit evaluation occurs when the second part of an AND (&&) or OR (||) operation isn't evaluated because the first part already determines the outcome.