A
Q. What is the output of the given code?
if !true
print "False"
elsif !true || true
print "True"
end
- Correct Answer - Option(A)
- Views: 10
- Filed under category Ruby
- Hashtags:
Discusssion
Login to discuss.