M
Q. What is the output of the given code?
counter = 0
until counter >= 10
puts counter
counter+=1
end
- Correct Answer - Option(C)
- Views: 82
- Filed under category Ruby
Discusssion
Login to discuss.