Examlex

Solved

Int[][] MyVals = {{2, 4, 6, 8}

question 61

Multiple Choice

int[][] myVals = {{2, 4, 6, 8},                   {20, 40, 60, 80} };
Using the above two-dimensional array, what is the value of myVals[1][2] ?


Definitions:

Related Questions