viernes, 19 de junio de 2009

3)Simular el comportamiento de un reloj digital en c++

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

No hay comentarios:

Publicar un comentario