sciustea / Time-Conversion_Lab2_CPlusPlus

This program takes an input in the form of an integer representing seconds, and converts those seconds to days, hours, minutes, and seconds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time-Conversion_Lab2_CPP

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)

About

This program takes an input in the form of an integer representing seconds, and converts those seconds to days, hours, minutes, and seconds


Languages

Language:C++ 100.0%