first_name,Last_name=gets.chomp,gets.chomp is the correct way to get the input from the user.
first_name,Last_name=gets.chomp,gets.chomp is the correct way to get the input from the user. Correct Answer True
It will take the input from user and store its value in the specified variables.
মোঃ আরিফুল ইসলাম
Feb 20, 2025