What is wrong with the following Do loop?

```
Dim index As Integer = 1
Do While index <> 9
lstBox.Items.Add("Hello")
index += 1
Loop
```
(A) The test variable should not be changed inside a Do loop.
(B) The test condition will never be true.
(C) This is an infinite loop.
(D) Nothing


(D) Nothing

Computer Science & Information Technology

You might also like to view...

In Alice, ____ are messages that can be sent anywhere a statement may occur.

A. methods B. procedures C. routines D. functions

Computer Science & Information Technology

What is the data rate for OC-192?

What will be an ideal response?

Computer Science & Information Technology

Show how a browser would render the following code:

  1. item one
  2. item three
  3. item two

Computer Science & Information Technology

Susan has been asked to prepare a system requirements document and deliver a presentation to the management team. What should be the main elements of the system requirements document?

What will be an ideal response?

Computer Science & Information Technology