c# Array Part I

Submitted by jin29neci on
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#
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace ArraysPartOne
  7. {
  8.     class Program
  9.     {
  10.         static void Main(string[] args)
  11.         {
  12.             /*