hello everyone,I must solve a problem which effect my c programming lesson grade...Here is the problem:
Write a program to convert a time given seconds to hours,minutes and seconds format.
Sample Run:
Enter seconds: 8230
It is 2 hours, 17 minutes ,10 seconds…
We learned only #include<stdio.h> not iostream or other.Thanks in advance.