and i need to write that program with JUST " ONE " FOR LOOP that outputs these sequence of numbers
" 6 8 11 15 16 21 22 26 29 31 "
.. i tried that code but obviously it didn't work >>> for(int i=5;i<=31;i+2)
{
printf("%d",i);
i++;
}
I CANT GET 2 FIGURE OUT THE RIGHT CODE
any help would be really appreciated ..

New Topic/Question
This topic is locked




MultiQuote






|