Assignment 12 - Vinniethatguy/UMKCCS101Labs GitHub Wiki
Adding to our clock example tick method.Create a tick() method for the clock. When tick gets called, it should increment the # of seconds. If the number of seconds is 60 or over, then then we increment the number of minutes, and set secondsto 0. If the number of minutes gets set to 60 or over, then we increment the hours.