M
Q. What is the output of the given code?
m=0
loop do
print "ruby"
m+=1
break if m==5
end
- Correct Answer - Option(B)
- Views: 67
- Filed under category Ruby
Discusssion
Login to discuss.