Quote Originally Posted by CarlMartin View Post
If you read my post, I am trying to learn C# on my own, so I bought a book, and I am trying to do the problems in the book as I go through it. I need to learn C#, so I thought I would do it this way.
I did read your post. Just checking to make sure it isn't homework.

Since it isn't homework, I'd like to suggest that you try to do it using BigEd's approach. (or try it BigEd's way and then the array way or vice versa).

BigEd is really correct that you wouldn't want to track items in a list using an array. He's giving a little insight about how it would really be done.