Convert totalSeconds to hours, minutes, and seconds, finding the maximum number of hours, then minutes, then seconds. Ex: If the input is 10910, then the output is:
Hours: 3
Minutes: 1
Seconds: 50
Note: An hour has 3600 seconds. A minute has 60 seconds java form
A) TotalSeconds conversion
B) Hours, minutes, seconds calculation
C) Maximum time calculation
D) Java form input