Problem 392. Clock Hand Angle 1
Given a time in HH:MM:SS, find the smallest angle (in degrees) between the hour and minute hand
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
Marco Riani
on 15 Apr 2023
This is just to confirm what Rafael S.T. Viera stated!
Brandon
on 3 May 2023
There is no reason to use mod at all when parsing the time. Treat 8:60 like 9:00.
Andrew
on 8 Apr 2025 at 16:00
Remove the '08:60:33' test case. Parsing timestamps is not the focus of this exercise, calculating the angle between the clock hands is.
Solution Comments
Show commentsProblem Recent Solvers298
Suggested Problems
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
1935 Solvers
-
484 Solvers
-
Return a list sorted by number of consecutive occurrences
383 Solvers
-
Simple equation: Annual salary
4205 Solvers
-
Remove element(s) from cell array
1757 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!