explain please!

Can someone explain what this question means?

Write a program that reads a number of seconds between 0 and 18,000 (5 Hours) and displays the hours, minutes and seconds equivalent.

Please and Thank you
Except your question I do not see any other question. As for assignment the program must convert a value specified in seconds to numbers of hours, minutes and seconds.
Last edited on
closed account (zb0S216C)
Write a program that takes a decimal number from the user (18,000 is the maximum). Take the number given by the user, and convert it into time. For example:

Input: 93
Output: 0 hour(s), 1 minute (s), 33 second (s).

Wazzak
Last edited on
thank you i just didnt read the question carefully and I was thinking to hard realized right after posting but thanks for the fast replies
Topic archived. No new replies allowed.