This is probably really easy for mathies or the experts trolling around... I just want to write an if statement that checks to see if a number is less than a multiple of 10.
So, if n = 9, it's false.
If n = 10, it's true.
If n = 13, it's false.
If n = 20, it's true....
etc., etc., etc.