Introduction
Relational operators help us compare two values to see how they relate, like if one is bigger, smaller, or equal to 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.
Deciding if a score is high enough to pass a test.
Stopping a loop when a condition is no longer true.