Wednesday 12 September 2012

Stop watch

#include<iostream>
#include<conio.h>
//#include<stdlib.h>
//#include<stdio.h>
//#include<math.h>
//#include<dos.h>
//#include<string.h>
using namespace std;
void main()
{
//clrscr();


for(int i=0;i<23;i++)

{

for(int j=0;j<59;j++)

{
 
for(int k=0;k<59;k++)
 
{

  
for(int m=0;m<60;m++)
  
{
   cout<<"\n\n\n\n\n\t\t\t\t"<<i<<" :"<<j<<" :"<<k<<" :"<<m;

   
//delay(15);
 
//clrscr();
  
}
 
 
}

}

}



//getch();
}

No comments:

Post a Comment