Computer Science, asked by Anonymous, 3 days ago

what is the difference between for-next and while-endwhile

Answers

Answered by pveereshampeddaram70
1

Answer:

differences in next while is next time in while, end while is completed in while in deffernces

Answered by r27272278
1

\huge\fcolorbox {magenta} {yellow} {Hey here is your answer}

Use a While...End While structure when you want to repeat a set of statements an indefinite number of times, as long as a condition remains True. If you want more flexibility with where you test the condition or what result you test it for, you might prefer the Do...Loop Statement. If you want to repeat the statements a set number of times, the For...Next Statement is usually a better choice.

Similar questions