Добавил:
Dmitry_Prime
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз:
Предмет:
Файл:
#include <iostream> using namespace std; void f(int a,int b) { cout<<"Time: "<<a<<":"<<b<<endl; } int main() { cout<<"Enter the number of hours : "; int a; cin>>a; cout<<"Enter the number of minutes : "; int b; cin>>b; f(a,b); }
Соседние файлы в папке 2