What is the output of the following?
ruby.reverse
ruby.reverse
A. Error in compilation
B. ybur
C. 4
D. Undefined local variable ruby
Answer: Option D
ruby.reverse
A. Error in compilation
B. ybur
C. 4
D. Undefined local variable ruby
Answer: Option D
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