Solved

Which Statement Is True in Regard to the Following Code

Question 5

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions