A
Q. What is the output of the given code?
a=["hey", "ruby", "language"]
b=["hey", "ruby", "language"]
if a==b
print "Equal"
else
print "Not equal"
end
- Correct Answer - Option(A)
- Views: 14
- Filed under category Ruby
- Hashtags:
Discusssion
Login to discuss.