Programming: The If Condition with Greater Than or Equal To
This is an example using an IF and Condition testing if the variable in the condition is greater than or equal to a value.
if (sampleCount >= 100) { //Code to execute if the condition is true }