How is step used in For...Next loop?
Answers
Answered by
1
Answer:
A for...next loop executes a set of statements for successive values of a variable until a limiting value is encountered. ... If the loop-ending condition is not met, the loop variable is incremented by 1 or by the value of the step expression and program control transfers back to the beginning of the loop.
Explanation:
mark me as brainlieast
Similar questions