A
Q. What is the output of the given code?
loop do
m += 1
puts m
break if m == 3
end
- Correct Answer - Option(A)
- Views: 3
- Filed under category Ruby
- Hashtags:
Discusssion
Login to discuss.