Using break statement in inner loop, it could exit the inner loo
Using break statement in inner loop, it could exit the inner loop within the iteration of the outer loop. That means it doesn’t affect the perform of the outer loop.
~@[](1)答案:TRUE