M

Mr. Dubey • 85.25K Points
Coach

Q. What is the output of the given code?
counter = 1
while counter < 11
puts counter
counter = counter + 1
end

  • (A) Prints the number from 1 to 10
  • (B) Prints the number from 1 to 11
  • (C) Prints the number from 2 to 10
  • (D) Infinite loop
  • Correct Answer - Option(A)
  • Views: 98
  • Filed under category Ruby

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics