Computer Science, asked by priyankapradeep20992, 9 months ago

write a note on the FOR......NEXT loop.Give an example.​

Answers

Answered by sankarjitdutta1970
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