Given a two-dimensional array stored in the variable myTable, assign the integer value that's in the second column of the first row of the table to the variable myValue. Assume that the table has already been declared and initialized, and is big enough to have the requested element. Also assume that myValue has already been declared.