Computer Science, asked by wantedpartha94, 3 months ago

Explain the working of the exit statement in the FOR ... NEXT Loop?​

Answers

Answered by Anonymous
6

Answer:

Next loop. When used within nested For loops, Exit For exits the innermost loop and transfers control to the next higher level of nesting. Immediately exits the Function procedure in which it appears. Execution continues with the statement following the statement that called the Function procedure.

Similar questions