M
Q. What is the output of the given code?
counter = 1
while counter < 11
puts counter
counter = counter + 1
end
- Correct Answer - Option(A)
- Views: 98
- Filed under category Ruby
Discusssion
Login to discuss.