Intro to Array variable
Array is just like another variable in C#, which holds the same type of value under the same name.E.g. nameOfStudents (string type array), marksOfSubject (integer/Number type array), listOfTemperature (double/float type array).
So here is a quick and short work around on Arrays...