Multiple Choice
What will be the output of the following lines? Dim alphabet, soup As string
alphabet - "abcdefghijklmnopqrstuvwxyz"
soup = alphabet. ToUpper
txtBox.Text - alphabet.Substring soup. Sabstring
A) abcdeABCDE
B) ABCDEABCDE
C) eE
D) EE
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q87: What will be the output of the
Q88: If strVar.Length is 5, then the value
Q89: A numeric variable that has not been
Q90: What message will be displayed by the
Q91: Which of the following statements removes all
Q93: Assume that x, y, and temp are
Q94: The Trim method is used to remove
Q95: What will be the output of the
Q96: When the Mask property of a masked
Q97: What will be the output of the