[solved] – Question 93822
Write a program in C++ that create a function named time. The time function receives number of seconds as parameter and returns time as string in the following format: H:M:S.
For example, if seconds are 25412 then function should display
Time = 7:3:32
Expert Answer
OR

