int i = 10; int j = 4; void setup() { } void loop() { if(i % j == 0){ //baghimande nadarad } else{ // baghi mande darad } }