Multiple Choice
According to the following code how many times will the loop be executed? Dim startNum, stopNum, stepNum, num As Integer startNum = 1 stopNum = 8 stepNum = 2 For num = startNum To stopNum Step stepNum . . Next num
A) 1
B) 2
C) 3
D) 4
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: The symbol used to represent a loop
Q30: A(n)_ is a numeric variable used for
Q32: When focus is directed to a TextBox
Q33: The stepvalue in a For...Next loop structure
Q35: Which of the following values or variables
Q36: An accumulator is incremented by a value
Q38: You can close a form using the
Q40: In a For...Next loop structure, which of
Q41: The startvalue in a For...Next loop structure
Q42: The For...Next loop is represented in a