Q. What is the use of break statement?
β
Correct Answer: (D)
Terminates the most internal loop.
Explanation: Terminates the most internal loop. Terminates a method with an associated block if called within the block (with the method returning nil).