1.It breaks from only the outer loop.
2.It breaks from all loops.
3.It breaks from only the inner loop.
4.It breaks from the outer loop after the second iteration.
Answer:3