Which statement is True in regard to the following code?

```
intCount = 0
Do While intCount < 10
lstOutput.Items.Add(“Good Job”)
Loop
```

a. This is an infinite loop.
b. intCount should start at -1.
c. The Items.Insert method should be used instead of Items.Add.
d. The text Good Job should not have quotation marks around it.


a. This is an infinite loop.

Computer Science & Information Technology

You might also like to view...

Which is not a characteristic of a menu interface?

A) It provides the user with an onscreen list of available selections. B) A user is limited to the options displayed. C) The user need not know what task should be accomplished, but does need to know the system. D) To be properly utilized, menu users must know which task they desire.

Computer Science & Information Technology

To make a range of cells stand out visually, you may want to apply ____ and borders.

A. patterns B. sticky notes C. hatch marks D. shading

Computer Science & Information Technology

Describe POTS.

What will be an ideal response?

Computer Science & Information Technology

The tool to use on a Linux computer to view the IP settings is _______________.

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

Computer Science & Information Technology