Examlex

Solved

How Many Characters Will Be Removed from the String Below

question 31

Multiple Choice

How many characters will be removed from the string below? Dim myString as string = "ABCDEFGH"
MyString = myString.Remove(2,3)


Definitions:

Related Questions