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

User Sunil Lama
by
3.8k points

1 Answer

10 votes

Answer:

continue

Step-by-step explanation:

User Projetmbc
by
3.3k points