jueves, 7 de noviembre de 2019

Programa 3 modificado con firma

#include <iostream>

#include<stdio.h>



using namespace std;

int h;

void captura();

void impresion();

int main()

{

    cout<<"Multiplo de 3"<<endl;

   for(h=3;h<=66;h=h+3)

   {

      cout<<h<<endl;

   }








 cout<<"                           __                             "<<endl;
 cout<<"                         .'  '.                           "<<endl;
 cout<<"                    _.-'/  |  \                           "<<endl;
 cout<<"                 _.-  ,|  /  0 `-.                        "<<endl;
 cout<<"          |\    .-       `---.__.'=====================-, "<<endl;
 cout<<"       \ '-'`        .___.--._)=========================| "<<endl;
 cout<<"          \            .'     |                         | "<<endl;
 cout<<"          |     /,_.-'        |        GUSTAVO          | "<<endl;
 cout<<"        _/   _.'(             |           A SUS         | "<<endl;
 cout<<"      /  ,-' \  \             |        ORDENES          | "<<endl;
 cout<<"      \  \    `-'             |                         | "<<endl;
 cout<<"        `-'                   '-------------------------' "<<endl;


return 0;

}


No hay comentarios.:

Publicar un comentario