Write a full program (starting from #include) that takes as input the number of seconds after midnight and displays the time in hours: minutes: seconds format. Assume the time is displays in military time e.g 06:06:06 Or 23:05:57. Note the placement of the zeros for numbers less than 10, which your program should properly display