1 777
Subscribers
-224 hours
-147 days
-3630 days
Posts Archive
1 777
for JAVA learners only
@try it!βββοΈβ
https://t.me/PROGRAMINGLANGUAGES1
"LEARN TO CODE";
1 777
For java learners, these materials helps you alot.
all materials for coding,
@ https://t.me/PROGRAMINGLANGUAGES1
1 777
#more materials to study especially for IS & CS coursesπ
ππΏπhttps://t.me/PROGRAMINGLANGUAGES1
1 777
ANSWER for βοΈππΏhttps://t.me/PROGRAMINGLANGUAGES1/162
#include <iostream>
using namespace std;
int main()
{
int x;
cout << "inter time elapsed in second:" << endl;
cin >> x ;
int m = x/3600;
x = x% 3600;
int n = x/60 ;
x = x% 60;
int p = x;
cout << m <<"hours" <<":"<< n <<"minutes"<<":" << p <<"seconds!"<< endl;
return 0;
}
1 777
#QUESTION TO ANSWER IN C++
Write a program that prompts a user to enter the number of second elapsed for an event and converts this to m hours, n minute and p seconds. For example if the user enter 7840, the program display 2:10:40.
THE ANSWER IS LOADING....
https://t.me/PROGRAMINGLANGUAGES1
Available now! Telegram Research 2025 β the year's key insights 
