Check out example codes for "how to get last element of an array in c#". It will help you in understanding the concepts better.
Code Example 1
int[] somearray = new int[4] {0, 1, 34, 2}
int lastelement = somearray[somearray - 1];
Learn ReactJs, React Native from akashmittal.com