Computer Science, asked by angaitkar9, 11 months ago

Write a purpose of a continue statements.​

Answers

Answered by hrishi0355
1

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

Answered by Shailesh183816
2

\bf\large\underline\pink{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.

\bf\large\underline\red{Follow me!!!}

Similar questions