int a = 5; int b = 13; if(b > a) { Serial.print("variable b is larger the variable a"); }
value1 > value2