Examveda

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"

C. I'am Learning RUBY Language

D. None of the mentioned

Answer: Option B


This Question Belongs to Ruby Programming >> Basic Syntax In Ruby

Join The Discussion

Related Questions on Basic Syntax in Ruby