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
You might also like to view...
Which of the following formats is set by default in the ostream flags? There are flags for each of these formats. In the explanation, you are to give the argument you would give setf to get the format. For example, for uppercase, you would answer, ios::uppercase.
a) Fixed point b) Scientific notation c) Right justification in the field d) Decimal number base e) Show decimal point
Why would the prompt level necessary to perform the skill be an important part of data collection?
a. so the learner knows how well they are performing the skill b. skills performed with prompts are not mastered until they are performed without prompts c. so the data will be ready for others to review it d. skills performed with prompts are mastered if the individual cannot perform them that way otherwise