#include "stdafx.h"#include<iostream>#include<windows.h>using namespace std;int main(){ cout<<"Enter time in sec's to start stopwatch:: "; int t; cin>>t; system("cls"); for(int i=0;i { cout<<"\n\t"< Sleep(1000); system("cls"); } cout<<"\n\tSTOP...!"; cin.ignore(); cin.get(); return 0;}