Why is gets not preferred instead of gets.chomp?
A. Gets add an extra new line while chomp removes it
B. Gets remove an extra new line
C. Chomp erases the value stored in the variable
D. All 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