A
Q. What is the output of the given ruby code?
Code:
a=[[a,b]]
b=[[e,a]]
print a + b
b=[[e,a]]
print a + b
- Correct Answer - Option(A)
- Views: 19
- Filed under category Ruby
- Hashtags:
Discusssion
Login to discuss.