One of the most common tasks that a programmer has to do is keep track of a list of elements. The array is used to store a list within a program and to allow easy access to any element in the list. An array is a collection of variables of the same type stored at contiguous memory locations.
Explain and give an example of the C# syntax used to declare an array?