Add 5 using count in for loop

I was wondering how I could count in increments of 5 in a for loop using the count++ code.

Thanks.
Last edited on
Think about what count++ does, then think of how you would add 5.
figured it out right after I posted the topic.

thanks.
Topic archived. No new replies allowed.