Computer Science, asked by spondongogoi98, 1 year ago

What do you mean by continue statement ? (Answer for 3 marks)

Answers

Answered by jainmayank81
2

Answer:

The continue statement is used inside loops.

When a continue statement is encountered inside a loop, control jumps to the beginning of the loop for next iteration, skipping the execution of statements inside the body of loop for the current iteration.

I hope it helps you

Answered by croy4119
0

Explanation:

Similar questions