Vidyalelo
Ruby Programming · Q76

Basic Syntax in Ruby

Programming · Ruby Programming · question 76

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"
Answer
C.
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