int a = 23; int b = 23; if(a >= b) { Serial.print("variable a is greater or equal to variable b ") }
value1 >= value2