What does the 'gets' method do in Ruby?
A. Prints to console
B. Converts to string
C. Reads input from user
D. Finds the length
Answer: Option C
A. Prints to console
B. Converts to string
C. Reads input from user
D. Finds the length
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