S
Q. What is the value of len in the following Visual Basic code?
Dim strCities() As String = {"Bombay", "Chennai", "Ladakh", "Tamil Nadu"} Dim len As Integer len = strCities.Length()
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which box contains the name of the selected object?
Q. An object's . . . . . . . . include methods and events.
Q. The . . . . . . . . is show under or below the Project Explorer window
Q. The select case statement ends with . . . . . . . .
Q. The . . . . . . . . symbol is used to take a decision in the flowchart.
Q. A . . . . . . . . is a predefined procedure that performs a specific task.
Q. To declare a class-level named constant you declare it as . . . . . . . .
Q. What will be the content of Text after the code is executed with id=4?
Q. Vb allows programmers to define a data type before start the program it is called . . . . . . . .
Discusssion
Login to discuss.