Computer Science, asked by AfeefaAnees, 1 month ago

Which statement inside for Next structure is used to provide an alternative way to exit?​

Answers

Answered by SmitaMissinnocent
4

Answer:

Any number of Exit For statements may be placed anywhere in the loop as an alternate way to exit. Exit For is often used after evaluating some condition, for example If Then, and transfers control to the statement immediately following Next.

Similar questions