What do you mean by ""continue statement"" ?
Answers
Answered by
0
Answer is in the attachment
Attachments:
Answered by
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
Science,
5 months ago
Social Sciences,
5 months ago
History,
5 months ago
Computer Science,
11 months ago
Biology,
11 months ago
Math,
1 year ago
Social Sciences,
1 year ago