Q24
Which of the following is NOT a valid way to exit a loop in Ruby?
A.
break
B.
continue
AnswerC.
redo
D.
next
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board