M
Q. What is the output of the given code?
counter = 2
while counter < 68
puts counter
counter**=2
end
- Correct Answer - Option(B)
- Views: 68
- Filed under category Ruby
Discusssion
Login to discuss.