Thread
:
convert for loop into while and do..while
View Single Post
philay
Light Poster
12Dec2007,19:51
ya, but if got 2 loops? for(i=0;i<=8;i++) the first loop then inside another for (j=0;j<=i;j++)?