Examveda

What is the output of the given code?
print "What's your first name?"
   first_name=gets.chomp
   a=first_name.capitalize
   a=a.reverse
   puts"My name is #{a}"

A. amil jones

B. What's your first name? amil
My name is Amil

C. What's your first name? amil
My name is limA

D. My name is limA

Answer: Option B


This Question Belongs to Ruby Programming >> Basic Syntax In Ruby

Join The Discussion

Related Questions on Basic Syntax in Ruby