Unit 04 Wizard Side Quest

Break Statements

Wizard

The Break command will exit a loop when the program executes it. There's some debate over whether the Break command should be used because every loop should only have one exit point and the command creates a second exit.

Read Loop Exits and Structured Programming: Reopening the Debate, a short paper by Eric S. Roberts that advocates the use of Break statements. Write your own paper of at least 700 words that describes Roberts's point of view. Then agree or disagree and support your decision.