Try this exercise. Fill in the missing part by typing it in.
To access the element in the second row and third column of a matrix, you can use matrix[_____________][_____________]
. The first blank is for the row index and the second blank is for the column index. Fill in the blanks with the correct indices.
Write the missing line below.