Check out example codes for "hwo to make an array in C#". It will help you in understanding the concepts better.
Code Example 1
int[] Nameofarray = new int[how much is the max];
for example:
int[] X = new int[5];
Learn ReactJs, React Native from akashmittal.com