Compare 4-digit numbers starting from the leftmost digit:
- Compare thousands first
- If equal, compare hundreds
- If equal, compare tens
- If equal, compare ones
Use symbols: < (less than), > (greater than), = (equal to)
Compare 4-digit numbers starting from the leftmost digit:
Use symbols: < (less than), > (greater than), = (equal to)