Multiple Choice
It is a logic error to have a positive increment in a For…Next loop that is supposed to loop 10 times when the initial value of the control variable is the final value.
A) greater than
B) less than
C) equal to
D) greater or less than
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: The Visual Basic operator ^ can be
Q36: Which of the following is not a
Q37: Select Case statements do not require the
Q38: The expression following the keywords Select Case
Q39: A case can be labeled as to
Q41: The control variable of the For…Next statement
Q42: A While statement automatically increments a variable
Q43: The Exit and Continue statements cannot be
Q44: Which of the following statements is false?<br>A)Case
Q45: Which of the following headers will cause