Introduction
Comparison operators help you check if things are equal, bigger, or smaller. This lets your program make decisions.
Checking if a user entered the correct password
Deciding if a number is positive, negative, or zero
Comparing two scores to find the winner
Finding out if a value is within a certain range
Stopping a loop when a condition is met