A
Q. What is the output of the given code?
a="string"
b="strings"
if(a==b)
print ("a and b are same")
else
print "Not same"
end
- Correct Answer - Option(B)
- Views: 6
- Filed under category Ruby
- Hashtags:
Discusssion
Login to discuss.