This problem was asked by Microsoft.
Given a clock time inhh:mmformat, determine, to the nearest degree, the angle between the hour and the minute hands.
Bonus: When, during the course of a day, will the angle be zero?
This problem is pretty easy implementation-wise, the trick stems from doing the math on paper first, and then implementing it in code