asked 13.3k views
25 votes
Your program has a loop. You want to pass control back to the start of a loop if a certain condition is met.

What statement will keep you in the loop but skip the rest of the code in the loop?


continue

exit

quit

break

1 Answer

10 votes

Answer:

continue

Step-by-step explanation:

answered
User Projetmbc
by
8.4k points

No related questions found