⟩ What is the purpose of the break statement?
A. to cause a function to stop executing immediately and not run any other
lines of code in a function
B. to cause a conditional loop to stop executing immediately and exit the loop
without running any other lines of code in the loop
C. to stop executing the code in a frame immediately and go to the next frame
without executing any other lines of code in the frame
D. to cause a conditional loop to stop executing immediately, return to the top
of the conditional loop and continue with the next pass of the loop