You are on page 1of 2

#include <stdio.

h>
#include <conio.h>
Int main ()

{
Int a=0;
for(a=1;a<=10;a++)
{
printf (hola %d, a);
}

getch();
return 0;
}

You might also like