What will we the output of the given code?
"I'am Learning RUBY Language".downcase
"I'am Learning RUBY Language".downcaseA. iam learning ruby language
B. i'AM lEARNING ruby lANGUAGE
C. "i'am learning ruby language"
D. None of the mentioned
Answer: Option C
Related Questions on Basic Syntax in Ruby
What does the 'puts' method do in Ruby?
A. Prints to console
B. Converts to string
C. Finds the length
D. Reads input from user

Join The Discussion