How many times will HI be displayed when the following lines are executed?

```
Dim c As Integer = 12
Do
lstBox.Items.Add(";HI")
c += 3
Loop Until (c >= 30)
```
(A) 5
(B) 9
(C) 6
(D) 4
(E) 10

(C) 6

Computer Science & Information Technology

You might also like to view...

A navigation device that transfers packets of data between two or more networks is called a ________

A) router B) node C) packet D) server

Computer Science & Information Technology

When you select a picture, use these to change the picture height or width

A) Sizing handles B) PgUp PgDn C) Arrow keys

Computer Science & Information Technology