Relational Operator: A relational operator compares two values and returns true or false based on the relationship between them.
Boolean Variable: A boolean variable is a data type that can hold either true or false, often used to store the result of a condition evaluation.
Compound Condition: A compound condition is created by combining multiple conditions using logical operators like AND (&&) or OR (||).