Computer Science, asked by adritaroychowdhury60, 2 months ago

Assume time in hour, minutes and seconds separately.WAP to convert into total second.
How can i do this program? ​

Answers

Answered by shrutisharma07
1

Answer:

The easiest way to convert seconds to hours is to divide the number of seconds by 3,600. To understand the reason for this conversion, it can be helpful to set up conversion tables, in which you first convert the number of seconds to minutes, and then the number of minutes to hours.

Similar questions