Avatar

Correct answer by
Level 4

try the modulo-operator:

if (iNumber % 4 == 3) { /* then skip */ } else { /* print */ }

View solution in original post