Q76
What is the output of given code? string="I'am Learning RUBY Language".downcase string.upcase
A.
Undefined method
B.
"I'AM LEARNING RUBY LANGUAGE"
AnswerC.
I'am Learning RUBY Language
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board