//EX1 int num1 = 20; void setup() { Serial.begin(9600); } void loop() { if(num1==20){ Serial.println("OK"); } }