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: Option D

Join The Discussion