Multiple Choice
How many times will PETE be displayed when the following lines are executed?
For c As Integer = 15 to -4 Step -6
lstBox.Items.Add("PETE")
Next
A) 1
B) 2
C) 3
D) 4
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: What is wrong with the following simple
Q18: If the loop is to be executed
Q19: Which of the following are valid for
Q20: A For...Next loop cannot be nested inside
Q21: What will be displayed by the following
Q23: When Option Infer is set to On,
Q24: If no item in a list box
Q25: Which of the statements will unhighlight any
Q26: The following statement is valid.
Q27: What does the following program do