Examlex

Solved

Look at the Following Code Sample: Const Int ROWS =

question 8

Multiple Choice

Look at the following code sample: const int ROWS = 8;
Const int COLS = 2;
Int[,] table = new int[ROWS, COLS];
Which one of the following statements stores the value 25 in the element located at the first row and second column of the table array?


Definitions:

Related Questions