M
Q. What is the data type of the value "Hello, World" 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 will be the output of the given code?
Q. what will be output for the following code?
Q. Which of the following are valid floating point literal?
Q. What does the zone method return for a Time object in Ruby?
Q. Which of the following is a valid assignment operator?
Q. What is the output of the given code? m=0 loop do print "ruby" m+=1 break if m==5 end
Q. Which of the following is a valid variable name in Ruby?
Q. What does the \A anchor represent in a regular expression in Ruby?
Discusssion
Login to discuss.