#include <stdlib.h>
using namespace std;
void imprime();
void firma();
float h;
int main()
{
imprime();
firma();
return 0;
}
void imprime()
{
cout<<" *Serie del 3 al 66*\n"<<endl;
for (h=3; h<=66; h=h+3)
cout<<" "<<h<<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