Vidyalelo
Computer Science · Q630

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Engineering and GATE · Computer Science · question 630

Q630

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

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

Answer: Option D

Solution

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