Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What will we the output of the given code?
“I’am Learning RUBY Language”.downcase

What will we the output of the given code?
“I’am Learning RUBY Language”.downcase
a) iam learning ruby language
b) i’AM lEARNING ruby lANGUAGE
c) “i’am learning ruby language”
d) None of the mentioned

Answer: c
Explanation: Everything is changed to smallcase because of downcase method is used.
Output: “i’am learning ruby language”

Join The Discussion