Q74
What is the output of the given code? counter=12 unless counter print counter+1 else print counter+2 end
A.
13
B.
14
AnswerC.
15
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board