Greater Than Equal

>=


This section assumes you have read the if section. The greater than equal function will have an if operator before it. If the value typed before the greater than equal symbol is greater than or equal to the value typed after it, the greater than equal function will return true; otherwise, the greater than equal function will return false.