Computer Science, asked by krish5958, 1 year ago

what is the significance of the EXIT DO and EXIT FOR statement​

Answers

Answered by sandipanchanda
37

Answer:

Exit For statement is used when when we want to exit the do loops based on certain criteria. Exit Do is executed, the control jumps to next statement immediately after the Do loop

Answered by chulbulisoni88
0

Answer:

Exit for statement is used in the FOR.... LOOP while Exit do statement is used in the DO WHILE...LOOP or DO UNTIL....LOOP .

Similar questions