Printable View
How can I do this? I tried using the modulus % operator, but I dont know exactly how.
if(x%3==0) do what ever u want;
Coolness, I was so close :)