?
What is the value of len in the following Visual Basic code?
What is the value of len in the following Visual Basic code?
Dim strVB() As String = {"Example", "Visual Basic", "VB.Net", "Visual Studio"}
Dim len As Integer
len = strVB.Length()
Dim strVB() As String = {"Example", "Visual Basic", "VB.Net", "Visual Studio"}
Dim len As Integer
len = strVB.Length()
Join the Discussion
Login to post a comment or share your explanation.
Login