Vidyalelo
Ruby Programming · Q79

Basic Syntax in Ruby

Programming · Ruby Programming · question 79

Q79

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"

A.
amil jones
B.
What's your first name? amil
My name is amil
Answer
C.
My name is lima
D.
My name is limA

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board