Abstract an Algorithm
Pseudo-Code
Sample Code in Python
A friend of yours needs a program that can convert seconds into hours, minutes and seconds.
So 8410s will output 2h20m10s, 18630s will output 5h10m30s and 3670s will output 1h1m10s.
In pairs develop an algorithm to solve this problem and then write a program to carry out the conversion.