Computer Science, asked by ajayprasadbb1817, 11 months ago

What do you mean by ""continue statement"" ?

Answers

Answered by Abhis506
0

Answer is in the attachment

Attachments:
Answered by Raghav1330
0

The meaning of continue statement is explained below :

- It's a kind of statement in which is used in computer language when we wish to skip either one or more than one statements in a loop body.

- Suppose if we use continue statement inside the loop then we either use while loop or do-while loop.

- The counter value will be changed for next iteration only if we adjust the increment or decrement statement just above the continue statement within the loop.

Similar questions