Solved

Look at the Following Code Sample: Int[,] Values =

Question 98

Multiple Choice

Look at the following code sample: int[,] values = { { 1, 2, 3, 4 },
{ 5, 6, 7, 8 } };
What is the value stored in values[1, 2]?


A) 2
B) 3
C) 6
D) 7

Correct Answer:

verifed

Verified

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

Related Questions