Computer Science, asked by hemlatatiwari66428, 11 months ago

what are for next loop​

Answers

Answered by abbas555
3

Answer:

Defination

Explanation:

Defination :

The for...next statement is an iterative, incremental loop statement used to repeat a sequence of statements for a specific number of occurrences. ... This looping continues until the ending condition is met or the loop is explicitly exited with an exit or goto statement.

Similar questions