first_name,Last_name=gets.chomp,gets.chomp is the correct way to get the input from the user.
True
False
Correct Answer: A — True
Explanation:
It will take the input from user and store its value in the specified variables.