Computer Science, asked by anuj1232, 1 year ago

what is the purpose of a NEXT ststement ?

Answers

Answered by mayank29n
5
A While...End While Statement or Do...Loop Statement works well when you don't know in advance how many times to run the statements in the loop. However, when you expect to run the loop a specific number of times, a For...Next loop is a better choice. You determine the number of iterations when you first enter the loop.
Similar questions