int a = 3; int b = 4; void setup() { } void loop() { if (a%b==0){ } else { } }