what is the use of the step in for next loop
Answers
Answered by
7
Explanation:
The for... next statement is an iterative, incremental loop statement used to repeat a sequence of statements for a specific number of occurrences. A for... next loop executes a set of statements for successive values of a variable until a limiting value is encountered.
MARK as brainlist
Similar questions