Capitalize
Implement Capitalize which converts the first letter of a string to uppercase and leave the rest as-is.
Implement Capitalize which converts the first letter of a string to uppercase and leave the rest as-is.
Implement a generic Last that takes an Array T and returns its last element.