Home / Programming MCQs / Ruby MCQs / Question
M
Q. What will we the output of the given code? "I'am Learning RUBY Language".downcase
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What does the pop method do when called on an array in Ruby?
Arrays can be used to store multiple values in one single variable.
How do you create a new Date object representing the current date in Ruby?
What is the output of the given code? boolean_1 = 77<78 puts(boolean_1)
Which keyword is commonly used in Cucumber feature files to define a scenario?
What is the output of "hello".upcase in Ruby?
What does the `split` method do when called on a string in Ruby?
Discusssion
Login to discuss.