about | help | code help+videos | done | prefs |
getUpdatedTime
Define a function that when passed four integers, hour1, minute1, hoursToAdd and minutesToAdd, returns the time when you add the said duration to the time represented by hour1, minute1. getUpdatedTime(10, 20, 0, 45) → "11:05" getUpdatedTime(10, 20, 23, 30) → "09:50" getUpdatedTime(10, 20, 10, 0) → "20:20" ...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: 4 Post-solution available
Copyright Nick Parlante 2017 - privacy