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
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
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.