Q72
What is the output of the given code? hungry=false unless hungry print "Not hungry" else print "Hungry" end
A.
Not hungry
AnswerB.
Hungry
C.
Syntax 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