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