The intNum array is declared as follows: Dim intNum(,) As Integer = {{6, 12, 9, 5, 2},

Question:

The intNum array is declared as follows: Dim intNum(,) As Integer = {{6, 12, 9, 5, 2}, {35, 60, 17, 8, 10}}. The intNum(1, 4) = intNum(1, 2) - 5 statement will_____________________.

a. Replace the 10 amount with 12
b. Replace the 5 amount with 7
c. Replace the 2 amount with 4
d. None of the above.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: