What is the output of the given code?
print "Hey"
puts "Everyone!"
print "We are learning Ruby"
print "Hey"
puts "Everyone!"
print "We are learning Ruby"A. Error
B. Hey everyone we are learning Ruby
C. Hey everyone
D. Hey Everyone
We are learning Ruby
Answer: Option D
Related Questions on Basic Syntax in Ruby
What does the 'puts' method do in Ruby?
A. Prints to console
B. Converts to string
C. Finds the length
D. Reads input from user

Join The Discussion