Prompt the user to enter a number of seconds. Return to the user the hours, minutes and seconds.Example:

Enter seconds: 1000

1000 seconds = 0 hour, 16 minutes, 40 seconds

Hint: use the modulus operator.