Q. What is the output of given code?
string="I'am Learning RUBY Language".downcase
string.upcase
string="I'am Learning RUBY Language".downcase
string.upcase
β
Correct Answer: (B)
"I'AM LEARNING RUBY LANGUAGE"