Any break statement always breaks to the nearest outer loop
so in this case, it will break to the while loop
solved Which loop does the break statement break?
Any break statement always breaks to the nearest outer loop
so in this case, it will break to the while loop
solved Which loop does the break statement break?