BulldogLowell:
Using magic numbers... shame shamethe array is the better way, IMHO. any time you are using a global variable to traverse through a for-loop you need to be asking yourself "why."
Why, becasue I'm learning. I alreadu stated and array would be better. But why use an array if I can use write less code and accomplish the same thing with less code?
I'm going through the logic to see if it is possible.