void setup() { int a = 7; int b = 3; int c = 5; Serial.begin(115200); Serial.println(a>b); } void loop() { }