If the step value in For.. Next loop is zero, Loop will become
Answers
Answered by
1
Answer:
step value is the value by which the counter variable is incremented or decremented every time the loop body is executed.
Explanation:
step value is the value by which the counter variable is incremented or decremented every time the loop body is executed. It can be a positive or a negative value, but it cannot be zero.
Similar questions