What is the output of the given code?
"Ruby Language".length
=begin
calculate length
=end
"Ruby Language".length
=begin
calculate length
=endA. 13
B. 13 calculate length
C. 12
D. None of the mentioned
Answer: Option A
Related Questions on Basic Syntax in Ruby
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