34.
In Ruby, what does the `else` keyword do?

35.
In Ruby, what does the `elsif` keyword do?

40.
What is the output of the code?
 if 11<2
   print "Eleven is less than two"
   end
   print "11 is greater"

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.