about | help | code help+videos | done | prefs |
clock_angle
Given an hour h (0–12) and a minute m (0–59), return the smaller angle in degrees between the hour hand and the minute hand on a clock. clock_angle(3, 0) → 90.0 clock_angle(6, 0) → 180.0 clock_angle(12, 30) → 165.0 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 200 Post-solution available
Copyright Nick Parlante 2017 - privacy