Ruby - Basics and Runtime
What will be the output of this Ruby code?
count = 0 3.times do count += 1 end print count
count = 0 3.times do count += 1 end print count
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions