Vidyalelo
Visual Basic · Q266

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 266

Q266

The intSales array is declared as follows: Dim intSales() As Integer = 10000, 12000, 900, 500, 20000. Which of the following loops will correctly add 100 to each array element? The intSub variable contains the number 0 before the loops are processed.

Options are not available for this question.

Answer: Option C

Solution

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