let myArray = ["Hello!", "World!"] let capacity = myArray.count let lastElement = myArray[capacity-1] print(lastElement)