#include <stdlib.h>
using namespace std;
void imprime();
void firma();
float i;
int main()
{
imprime();
firma();
return 0;
}
void imprime()
{
cout<<" *serie del 8 al 160*\n"<<endl;
for (i=8; i<=160; i=i+8)
cout<<" "<<i<<endl;
}
void firma()
{
cout<<"\n\n\n"<<endl;
cout<<" ,;;;, ,;;;, ,;;;, ,;;;, "<<endl;
cout<<" ;;;' ';' ';;; ;;;' ';' ';;; "<<endl;
cout<<" ;;; ;;; ;;; ;;; "<<endl;
cout<<" ';;, ,;;' AMERICA CITLALY ';;, ,;;' "<<endl;
cout<<" ';;,;;' ';;,;;' "<<endl;
cout<<" ';' ';' "<<endl;
system("color 75");
}

No hay comentarios:
Publicar un comentario