M
Q. What is the output of the given code?
i=5
j=10
for i in 5..10 && j in 5..10
puts i**j
end
- Correct Answer - Option(A)
- Views: 90
- Filed under category Ruby
Discusssion
Login to discuss.