πŸ“Š Ruby
Q. Which statement is used to Jumps to the next iteration of the most internal loop?
  • (A) break
  • (B) next
  • (C) redo
  • (D) retry
πŸ’¬ Discuss
βœ… 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

Explanation by: Vinay Kumar
Next : Jumps to the next iteration of the most internal loop. Terminates execution of a block if called within a block

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
211
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Vinay Kumar
Publisher
πŸ“ˆ
87%
Success Rate