A
Q. What is the output of the code?
variable="true".length
if variable
puts "true"
else
puts "false"
end
- Correct Answer - Option(B)
- Views: 5
- Filed under category Ruby
- Hashtags:
Discusssion
Login to discuss.