1 777
Подписчики
-224 часа
-147 дней
-3630 день
Архив постов
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
Уже доступно! Исследование Telegram 2025 — ключевые инсайты года 
