M
Q. Which operator is used for subtraction in Ruby?
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. What is the purpose of the rescue keyword in Ruby?
Q. What is the purpose of the each method in Ruby iterators?
Q. What is the output of the given code? a=5 b=15 while a&&b puts a+b end
Q. Which method is used to create an enumerator in Ruby?
Q. What is the output of the the given code? puts "My name is #{Name}"
Q. What is the data type of the value "true" in Ruby?
Q. Which of the following is a correct way to call a method with arguments in Ruby?
Q. What does the lambda? method do in Ruby?
Q. What is the output of the given code? if !true print "False" elsif !true || true print "True" end
Discusssion
Login to discuss.