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