You are on page 1of 1

# include <stdio.

h>

# include <stdlib.h>

main ( )

int i;

for(i=1;i<=10;i=i+1)

printf(" %d. Marko Petrovic\n",i);

system("PAUSE");

You might also like