For getting an input from the user which method is used?
A. get
B. gets.chomp
C. get-s
D. chomp
Answer: Option B
A. get
B. gets.chomp
C. get-s
D. chomp
Answer: Option B
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