c# arrays

c# Array Part I

This is my first post, this is intended for beginners, I just hope someone will benefit from this. I'll be posting more tutorials on C# using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ArraysPartOne { class Program { static void Main(string[] args) { /*