viernes, 19 de junio de 2009

relog digital

#include
using namespace std;
int main ()
{
long h,m,s;
for(int h=0;h<=24;h++)
{
for(int m=0;m<=59;m++)
{
for(int s=0;s<=59;s++)
{
cout<system ("pause");
}
}
}
return 0;
}

No hay comentarios:

Publicar un comentario