Solved

Look at the Following Code Sample: Const Int ROWS =

Question 66

Multiple Choice

Look at the following code sample: const int ROWS = 2;
Const int COLS = 2;
Int[,] grid = new int[ROWS, COLS];
What is the total number of elements in the grid array?


A) 2
B) 4
C) 8
D) 16

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions