#include <iostream>
#include<stdio.h>
using namespace std;
int h;
void captura();
void impresion();
int main()
{
cout<<"Multiplo de 8"<<endl;
for(h=8;h<=160;h=h+8)
{
cout<<h<<endl;
}
return 0;
}
void multiplos()
{
for(j=8;j<=160;j=j+8)
{
cout <<j<<endl;
}
}
{
for(j=8;j<=160;j=j+8)
{
cout <<j<<endl;
}
}
No hay comentarios.:
Publicar un comentario