Greater Than and Less Than Symbols

The Greater Than and Less Than symbols are used to compare two values.

  1. Greater Than (>): Indicates that the number on the left is greater than the number on the right.
    • Example: 5 > 3 means 5 is greater than 3.
  2. Less Than (<): Indicates that the number on the left is less than the number on the right.
    • Example: 3 < 5 means 3 is less than 5.

Here are some other comparisons:

  • Greater Than or Equal To (≥): The number on the left is either greater than or equal to the number on the right.
    • Example: 5 ≥ 3 means 5 is greater than or equal to 3.
  • Less Than or Equal To (≤): The number on the left is either less than or equal to the number on the right.
    • Example: 3 ≤ 5 means 3 is less than or equal to 5.