No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. What is the output of the given code? m= 8 loop do m += 2 puts m break if m == 16 end
Q. Which of the following are used for comparison?
Q. Which keyword is used to refer to the current instance of a class in Ruby?
Q. What does the (?<!...) construct represent in a regular expression in Ruby?
Q. Which type of number(0b1011 ) is ?
Q. How do you compare two objects in Ruby?
Discusssion
Login to discuss.