I am having trouble trying to get a loop to display every combination of hours, minutes, and seconds there are in a day. I can get it to count the first 60 seconds but after that it just exits. It needs to be in HH:MM:SS format like 23:59:59. But I'm not really sure where to start. Please help this poor noob.
But when I try to nest my loops it starts to act a little wonky and only does the second loop and even if I tell it to display everything I will only display the seconds when I test the code.