What does the next statement in loops do?
What does the next statement in loops do? Correct Answer Skips the current iteration
The next statement is used to skip the current iteration and start the next iteration of the same loop. This statement passes the control the statement which is enclosing the innermost loop. This statement is useful when one needs to perform some action for every value except one.
মোঃ আরিফুল ইসলাম
Feb 20, 2025