This program takes an input in the form of an integer representing seconds.
It converts those seconds to days, hours, minutes, and seconds.
For example: 3,661 second(s) is equivalent to 0 day(s), 1 hour(s), 1 minute(s), and 1 second(s)
This program takes an input in the form of an integer representing seconds, and converts those seconds to days, hours, minutes, and seconds
C++