A
Q. What is the output of the given code?
a = 5
b=10
while a <10 && b<20
puts a*b
a+=2
b+=2
end
- Correct Answer - Option(C)
- Views: 9
- Filed under category Ruby
- Hashtags:
Discusssion
Login to discuss.