In this article we will get a little deeper into some C# programming by looping through arrays and practicing using types (which are basically objects).
In C#, everything is an object, including arrays. I understand the concept of an array, but I really wanted to get more comfortable with using arrays in C#. Continue reading
