Ruby - Control Flow
Find the error in this Ruby code snippet:
if x > 10 puts "Big" elsif x > 5 puts "Medium" else puts "Small"
Find the error in this Ruby code snippet:
if x > 10 puts "Big" elsif x > 5 puts "Medium" else puts "Small"
end.end at the end.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions