study guides for every class

that actually explain what's on your next test

Continue

from class:

AP Computer Science A

Definition

In programming, continue is a keyword used within loops (such as for or while loops) to skip the rest of the current iteration and move on to the next one. It allows you to control which iterations should be executed based on certain conditions.

congrats on reading the definition of Continue. now let's actually learn it.

ok, let's learn stuff
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.