The intsales array is declared as follows: dim intsales() as integer = {10000, 12000, 900, 500, 20000}.

Question:

The intsales array is declared as follows: dim intsales() as integer = {10000, 12000, 900, 500, 20000}. The statement intsales(2) + = 10 will _____________________.
a. Replace the 900 amount with 10
b. Replace the 900 amount with 910
c. Replace the 12000 amount with 10
d. Replace the 12000 amount with 12010

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

Step by Step Answer:

Question Posted: