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