A

Admin • 802.91K Points
Coach

Q. What is the output of given code?
counter=1
if counter<=5
puts (counter)
counter=counter+1
else
puts(counter)
counter=counter-1
end

  • (A) 1, 2
  • (B) 1,2,3,4,5
  • (C) 1 2 1
  • (D) 1 2
  • Correct Answer - Option(D)
  • Views: 3
  • Filed under category Ruby
  • Hashtags:

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.

Be the first to start discuss.