Oct 21, 2009 at 1:42am
I was wondering how I could count in increments of 5 in a for loop using the count++ code.
Thanks.
Last edited on Oct 21, 2009 at 1:44am
Oct 21, 2009 at 1:58am
Think about what count++ does, then think of how you would add 5.
Oct 21, 2009 at 2:15am
figured it out right after I posted the topic.
thanks.