q1: write a program that converts the time which is given in seconds into hh:mm:ss format.
examples :
100 00:01:40
3700 01:01:40
8000 02:13:20
g2: solve the first example in page 19 by switch statement.