A
Q. What is the output of the given code?
x="ruby".length
y="language".length
puts x,y
unless x>y
print "length of x is less than that of y"
end
- Correct Answer - Option(B)
- Views: 6
- Filed under category Ruby
- Hashtags:
Discusssion
Login to discuss.