easy for every instance of odd numbers including 1. print it using the value of the iterator.
example
int i;
for(i = 1; i <= 5; i++) {
if(i % 2 == 1 || i == 1)
printf("%d",i);
printf("\n");
}
PS: wala pang formating yan ikaw namag format gamitan mo ng condition for spaces
Sa spaces pa naman ako nahirapan