What is the output of the given code?
print "what's your first name?"
first_name=gets.chomp
a=first_name.capitalize
"first_name.capitalize!".reverse
puts"My name is #{first_name}"1.amil jones
2.What’s your first name? amil My name is amil
3.My name is lima
4.My name is limA
Answer:2