A 2-dimensional 3×3 array of ints, has been created and assigned to tictactoe. Write an expression whose value is that of the first element in the last row.

LANGUAGE: JAVA

CHALLENGE:

A 2-dimensional 3×3 array of ints, has been created and assigned to tictactoe. Write an expression whose value is that of the first element in the last row.

SOLUTION:

tictactoe[2][0]