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) unterminated string meets end of file

Answer: d
Explanation: Strings should be in double quotes in Ruby language.
Output: Unterminated string meets end of file

Join The Discussion