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.

Este exercício foi convertido para o PLM do excelente sítio de exercícios http://javabat.com/