Find the Next Time Formed by String
You are given a string that represents time in 24-hour clock format as an argument. Find the next time that is formed by using only the numbers in the string
Requirements
- Must return a string
Example #1
solve("15:13")
> "15:31"