What will be displayed when the following lines are executed?

txtBox.Clear()
For k As Integer = 1 To 3
txtBox.Text &= "ABCD".Substring(4 – k, 1)
Next
(A) ABC
(B) CBA
(C) DBA
(D) DCBA
(E) DCB

(E) DCB

Computer Science & Information Technology

You might also like to view...

If there is no match when a Lookup function is employed, the ________ error value occurs

A) #VALUE B) #NAME? C) #REF! D) #N/A

Computer Science & Information Technology

A Wi-Fi ______ is a wireless local area network that provides Internet access to the public.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology