____ statement will repeat a loop for the next iteration after ignoring some statements of the loop.
Answers
Answered by
7
Answer:
Continue statement will repeat a loop for next iteration after ignoring some statements of the loop.
Similar questions