NearTen
Given a
non-negative number "num", return true if num is within 2 of a multiple
of 10. Note: (a % b) is the remainder of dividing a by b, so (7 % 5) is
2.
This exercise was converted to PLM from the excellent exercising site http://javabat.com/