62.1k views
3 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

1 Answer

3 votes
Hope this helps mate
JAVA: People find it easier to read time in hours, minutes, and seconds rather than-example-1
User Green Marker
by
4.6k points