This is a toughie, we need some help. The prompt is as follows:

"Your program will allow the user to input a "countdown" time including hours, minutes, and seconds, and will accurately count down the time until all units are zeroes. At that time you may print out an appropriate message."

I need tu use a nested loop, and can't use pre defined functions to count. How would I do this?