AP Computer Science A

study guides for every class

that actually explain what's on your next test

Break statement

from class:

AP Computer Science A

Definition

The break statement is used in loops (such as for and while loops) and switch statements to terminate their execution prematurely. It allows programmers to exit out of these constructs before reaching their natural end.

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