What will be the output of the following?
"Eric".irreverse
"Eric".irreverseA. Eric
B. cirE
C. undefined method
D. None of the mentioned
Answer: Option C
"Eric".irreverseA. Eric
B. cirE
C. undefined method
D. None of the mentioned
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