Introduction
Relational operators help us compare two values to see how they relate, like if one is bigger or smaller than the other.
Checking if a number is greater than another to decide what to do next.
Comparing ages to see who is older.
Finding out if two values are equal before continuing a task.
Making sure a score is less than a limit before allowing a player to continue.
Deciding if a temperature is within a safe range.