Vidyalelo
Ruby Programming · Q86

Basic Syntax in Ruby

Programming · Ruby Programming · question 86

Q86

What is the output of the given code? 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

Answer: Option D

Solution

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