Vidyalelo
Computer Science · Q166

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Engineering and GATE · Computer Science · question 166

Q166

The intSales array is declared as follows: Dim intSales(,) As Integer = 1000, 1200, 900, 500, 2000, 350, 600, 700, 800, 100. The intSales(1, 3) = intSales(1, 3) + 10 statement will . . . . . . . .

A.
replace the 900 amount with 910
B.
replace the 500 amount with 510
C.
replace the 700 amount with 710
D.
replace the 800 amount with 810
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board