How do you retrieve the last element of an array in C#?
Is this worth mentioning?
var item = new Stack(arr).Pop();