Ruby - Loops and Iteration
Find the error in this Ruby code snippet:
count = 1 until count > 3 puts count count = count + 1 end
count = 1 until count > 3 puts count count = count + 1 end
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions