ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
first_name,Last_name=gets.chomp,gets.chomp is the correct way to get the input from the user.
Correct Answer: A — True
It will take the input from user and store its value in the specified variables.