Q. What will be the output of the following Visual Basic code?

Code:
Dim intScores As Integer = {78, 83, 75, 90}
Array.Sort(intScores)
  • (A) 78, 83, 75,90
  • (B) 75,78, 83,90
  • (C) 78,75,83,90
  • (D) 90,83,78,75
πŸ’¬ Discuss
βœ… Correct Answer: (B) 75,78, 83,90

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
95
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vijay Sangwan
Publisher
πŸ“ˆ
98%
Success Rate