What will be the output of the following?
"Ruby".reverse.upcase
"Ruby".reverse.upcase
A. RUBY
B. ybuR
C. YBUR
D. YBUr
Answer: Option C
"Ruby".reverse.upcase
A. RUBY
B. ybuR
C. YBUR
D. YBUr
Answer: Option C
What does the 'puts' method do in Ruby?
A. Prints to console
B. Converts to string
C. Finds the length
D. Reads input from user
Join The Discussion