Knowee
Questions
Features
Study Tools

The continue statement can be used in?while loopfor loopdo-while loopBoth A and B

Question

The continue statement can be used in?while loopfor loopdo-while loopBoth A and B

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

Solution

The continue statement can be used in both while loop and for loop. So, the correct answer is "Both A and B".

Similar Questions

_____________loops through a block of code as long as the specified condition is true0.5 MarksWhile loopFor loopBoth A and Bdo..while loop

The continue statment cannot be used with ________a.forb.switchc.whiled.Nested if-else

What does the continue statement do in a loop?Terminates the loopSkips the rest of the loop iterationExits the programRestarts the loop

he loop that is also known as counter loop isA. for loop.B. while loop.C. do-while loop.D. repeat-until loop

Write a program to show how to stop while loops

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.