write a note on the FOR......NEXT loop.Give an example.
Answers
Answered by
1
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.
Similar questions