An element of a two-dimensional array is referred to by
◦ the row subscript of the element followed by the column subscript of the element
◦ the row subscript of the element followed by the array name
◦ a comma followed by a semicolon
◦ the array name followed by the column number of the element
◦ None of these