Vidyalelo
Visual Basic · Q106

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 106

Q106

What will be the output of the following Visual Basic code? Dim intScores As Integer = 78, 83, 75, 90 Array.Reverse(intScores)

A.
78,75,83,90
B.
90,75,83,78
Answer
C.
78, 83, 75,90
D.
75,78, 83,90

Answer: Option B

Solution

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