Question: Visual Basic Question 17 2 pts What is the output of the following VB.NET statement? Dim strVar as String = Hello World strOutput = strVar.Substring(1,3)
Question 17 2 pts What is the output of the following VB.NET statement? Dim strVar as String = "Hello World" strOutput = strVar.Substring(1,3) a. llo Ob. Hel O cell d. None of above D Question 18 2 pts How many elements are in the array: Dim intSales(5, 3) As Integer ? O a. 15 b.24 0.8 d. None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
