Computer Science, asked by nitishamadeshiya, 11 months ago

what is the purpose of using continue statement in a Java Program

Answers

Answered by unnati30102004
1
hope it will help full to you Mark as brainliest
Attachments:

nitishamadeshiya: you are a google cheater
Answered by dineshkannan135
1

Continue statement is mostly used inside loops. Whenever it is encountered inside a loop the control directly jumps to the starting point of the loop to start the next iteration, skipping the execution of statements inside the loop's body for the current iteration.

Similar questions