Microsoft
98-361 · Question #390
98-361 Question #390: Real Exam Question with Answer & Explanation
The correct answer is D. 34. See the full explanation below for the reasoning.
Question
You are developing an application that uses a double dimensional array. You use the following code to declare the array: int[,] numbers = new int[,] { { 11, 7, 50, 45, 27 }, { 18, 35, 47, 24, 12 }, { 89, 67, 84, 34, 24 }, { 67, 32, 79, 65, 10 } }; Next, you refer to an array element by using the expression numbers[2, 3]. What will be the return value of this expression?
Options
- A47
- B84
- C24
- D34
Community Discussion
No community discussion yet for this question.