Knowee
Questions
Features
Study Tools

Which statement is used to skip iteration of the loop?

Question

Which statement is used to skip iteration of the loop?

🧐 Not the exact question you are looking for?Go ask a question

Solution

The "continue" statement is used to skip the current iteration of a loop.

Similar Questions

What type of iteration is used in While Loop

John is working on Java. While working on an application, he wants to skip the current iteration of a loop and move to the next iteration without executing the remaining statements in the loop body for the current iteration. Help him to find which of the following can be used in the above-mentioned context.

The part of the loop statement  where the first value of the loop starts.

Which of the following is the first step in FOR loop?

Identify the keyword used to skip a value in a loop based on a given condition

1/3

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.