M
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: 102
- Filed under category Ruby
Discusssion
Login to discuss.