?
What will be the output of the following Visual Basic code?
What will be the output of the following Visual Basic code?
Dim intScores As Integer = {78, 83, 75, 90}
Array.Reverse(intScores)
Dim intScores As Integer = {78, 83, 75, 90}
Array.Reverse(intScores)
Join the Discussion
Login to post a comment or share your explanation.
Login