What will be the output of the following lines?

Dim alphabet, soup As String
alphabet = "abcdefghijklmnopqrstuvwxyz"
soup = alphabet.ToUpper
txtBox.Text = alphabet.Substring(0, 5) & soup.Substring(0, 5)

(A) abcdeABCDE
(B) ABCDEABCDE
(C) eE
(D) EE


(A) abcdeABCDE

Computer Science & Information Technology

You might also like to view...

Assume Cylinder is a subtype of Circle. Analyze the following code: Circle c = new Circle (5); Cylinder c = cy;

a. The code has a compile error. b. The code has a runtime error. c. The code is fine.

Computer Science & Information Technology

A device that is automatically recognized by an operating system when connected to a computer is called:

A) plug and use B) connect and play C) plug and play D) auto-play

Computer Science & Information Technology

If you create a single primary partition and use all the disk space, you cannot create virtual machines to make use of additional operating systems

Indicate whether the statement is true or false

Computer Science & Information Technology

The footnote reference in the body of the report is marked by a number that is formatted ____.

A. as a subscript B. as a superscript C. in bold D. in small caps

Computer Science & Information Technology