Q10
What is the output of the following code snippet? x = 10 unless x > 15 puts "Hello" end
A.
Hello
AnswerB.
No output
C.
Error
D.
nil
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board