Computer Science, asked by abcd324619, 15 days ago

what is the difference between exit do and exit for loop in qbasic​

Answers

Answered by Simi011
1

Answer:

When used within nested For loops, Exit For transfers control to the loop that is one nested level above the loop where it occurs. Immediately exits the Function procedure in which it appears. Execution continues with the statement following the statement that called the Function.

Explanation:

Hope it's being helpful to you

Similar questions