91.
What is the output of the given code?
counter = 1
while counter < 11
  puts counter
  counter = counter + 1
end

Read More Section(Control Structures in Ruby)

Each Section contains maximum 100 MCQs question on Control Structures in Ruby. To get more questions visit other sections.