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...

The operation of layers in the Timeline is similar to the Layers panel in programs like all of the following EXCEPT ____.

A. PowerPoint B. Fireworks C. Photoshop D. Photoshop Elements

Computer Science & Information Technology

List security measures that should be taken to prevent unauthorized persons from using the computer system.

What will be an ideal response?

Computer Science & Information Technology

Write a variation equation for the statement. varies jointly with and .

What will be an ideal response?

Computer Science & Information Technology

Auditing a computer system is often a good way to deter crime.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology