Hi,
I'd like my code to be executed when i mod 10 equals 0. So why does this code not work?
1 2 3 4 | if ( i mod 10 == 0 ) { //doSomething(); } |