Q105
What is the output of the given code? a="hungry" until !a puts "hungry" a=!a end
A.
hungry
AnswerB.
Nil
C.
Error
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board