Q. What will be the value of num after the following Visual Basic code is executed?
Code:
strName="Veronica Yardley" num=strName.Length
β
Correct Answer: (B)
16
strName="Veronica Yardley" num=strName.Length
You must be Logged in to update hint/solution