Q54
What is the output of the code? variable="true".length if variable puts "true" else puts "false" end
A.
False
B.
True
AnswerC.
Syntax error
D.
4
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board