Q33
How do you break out of a loop in Ruby?
A.
exit()
B.
break()
AnswerC.
continue()
D.
end()
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board