the following program splittime.c is used to split a time in seconds into the equivalent time in hours (0-23), minutes (0-59), and seconds (0-59), respectively. but it is incomplete. please complete the program. sample output: enterseconds:2345 converted format 0 hour 39 mins 5 secs enter seconds:3601 converted format 1 hour 0 mins 1 secs