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