What's wrong with this code?

The variable's name cars is missing in the display statementThere's no element at index 2The array uses the wrong bracketscars is not a valid array name

The variable's name cars is missing in the display statement.