What's wrong with this code?

It uses parentheses ( ) instead of square brackets [] to access an elementIt tries to store an element from an array in a variableThe variable city is missing the keywordThere's no element at index 1

It uses parentheses ( ) instead of square brackets [] to access an element.