What does the greater-than-or-equal-to operator, >=, do?

It checks if a number is greater than or equal to another numberIt checks if a number is greater than another number

>=` checks if a number is greater than or equal to another number.