Political Science, asked by deepshikharani2310, 4 months ago

explain continue In java​

Answers

Answered by jainumang21
0

Answer:

The continue keyword can be used in any of the loop control structures. It causes the loop to immediately jump to the next iteration of the loop. In a for loop, the continue keyword causes control to immediately jump to the update statement.

Answered by ny894771
0

Answer:

The continue keyword is used to end the current iteration in a for loop (or a while loop), and continues to the next iteration.

Explanation:

hope this helps you (✿^‿^)

Similar questions