first_name,Last_name=gets.chomp,gets.chomp is the correct way to get the input from the user.
A. True
B. False
Answer: Option A
A. True
B. False
Answer: Option A
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