When you're busy doing things and/or be too sick for over the phone communication
Answer:
Please see the attached file for the complete answer.
Explanation:
The correct answer is A it transfers control to the next loop in the program.
The most valid answer is that the break statement Exits the loop and continues executing the program, but assuming that there are other loops, the control of the program will go to them since the first loop is broken out of.