Vidyalelo
Ruby Programming · Q103

Basic Syntax in Ruby

Programming · Ruby Programming · question 103

Q103

What will be the output of the given code? "I'am learning Ruby Language".length.reverse.upcase

A.
27
B.
egaugnal ybuR gninreal ma'I
C.
ERAUGNAL YBUR GNINREAL MA'I
D.
Undefined method 'reverse' for 27:Fixnum
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board