Prior to doing the lab, you should come to class prepared with an algorithm for solving the following problem. A user needs to convert a number of seconds into the corresponding hours, minutes and seconds. For example, if the number of seconds is 1000, the hours is 0, minutes is 16 and seconds is 40. Write the algorithm to convert the seconds to the corresponding hours, minutes and seconds components. You should use constants for your conversion factors. Think about problem solving in general. First, make sure that you know how to do this task on paper. Then you can begin to think about how to instruct the computer to do this task.