261,125 views
27 votes
27 votes
JAVA: People find it easier to read time in hours, minutes, and seconds rather than just seconds. Write a program that reads in seconds as input, and outputs the time in hours, minutes, and seconds. Ex: If the input is: 4000 the output is: Hours: 1 Minutes: 6 Seconds: 40

User Contrid
by
2.7k points

1 Answer

16 votes
16 votes
Hope this helps mate
JAVA: People find it easier to read time in hours, minutes, and seconds rather than-example-1
User Jim Peeters
by
2.5k points