Make The Stopwatch
#include<iostream.h>
#include<conio.h>
void main()
{
gotoxy(3,1);
cout<<":";
gotoxy(6,1);
cout<<":";
for(int i=0;i<=9;i++)
{
gotoxy(1,1);
cout<<i;
for(int i1=0;i1<=9;i1++)
{
gotoxy(2,1);
cout<<i1;
for(int j=0;j<=9;j++)
{
gotoxy(4,1);
cout<<j;
for(int j1=0;j1<=9;j1++)
{
gotoxy(5,1);
cout<<j1;
for(int k=0;k<=9;k++)
{
gotoxy(7,1);
cout<<k;
for(int k1=0;k1<=9;k1++)
{
gotoxy(8,1);
cout<<k1;
for(int b=0;b<=15500000;b++){}
}
}
}
}
}
}
getch();
}
good luck with my friends :)
Tidak ada komentar:
Posting Komentar