M
Q. In Ruby, what does the `elsif` keyword allow you to do?
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Default value of global variable is?
Q. What is the result of the expression `"hello".split` in Ruby?
Q. Among the following which operator has highest Precedence?
Q. What is the output of the given code? if(a==10 && b=9) print "true" else print "false" end
Q. What is the output of the given code? boolean_1 = 77<78 puts(boolean_1)
Q. Which of the following is a valid boolean operator?
Q. What is true about Until loop?
Q. What is the output of the given code? print "2 is less than 3" unless 2>3
Q. What is the output of the given code? Ans=Ruby puts "#[Ans] is an oop language"
Discusssion
Login to discuss.