|
Sure this is possible, in a variety of ways.
Basically you'll need to use a boolean variable in order to turn on and off when you want to add by six and when you want to add by one.
So if you want to increment by six, just add five to your variable.
If you want to add by one, don't add anything.
Another alternative is to use the last parameter in the for loop to do the switching of the boolean variable.
In any case, hope that helps without actually doing the assignment for you!
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch
|