Asked by rj

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.

Answers

There are no human answers yet.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions