Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q52: Which of the following expressions refers to
Q53: A Do…Loop Until block is always executed
Q54: In the following code segment, what type
Q55: A Do While loop checks the While
Q56: If one For...Next loop begins inside another
Q58: Which of the following is not a
Q59: In a For statement of the form
Q60: The variable index declared with the statement
Q61: A list box named lstBox has its
Q62: _calculate the sums of numerical values in