Computer Science, asked by sona8163, 2 months ago

Define the FOR...NEXT looping statement.​

Answers

Answered by shrishti0864
4

Answer:

HEY SHRISHTI HERE✌

Explanation:

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