Ad
  • Default User Avatar

    But what if I enter 25 hours, or 65 mins, or 65 secs?

  • Custom User Avatar

    Exactly what i was thinking. I first tried it like above, but it was throwing me an error. But i think mainly because i used "for i in 1..<num" and it was checking with 0.

    I nested the whole thing in a "if num > 0 {...} else {return 0}" but mainly cause i'm not much familiar with guard. :D Thanks, gonna look into that again.