Q. Which statement is used to Jumps to the next iteration of the most internal loop?
β
Correct Answer: (B)
next
Explanation: Next : Jumps to the next iteration of the most internal loop. Terminates execution of a block if called within a block