How do we bring a block of code to a halt?

halt();halt(0);exit();exit(0);

Excellent work! We use the exit() method and pass in 0 to tell the program there has been a successful exit.

Unlucky! We use the exit() method and pass in 0 to tell the program there has been a successful exit.