Ruby - Loops and Iteration
What is the issue with this Ruby
for loop code snippet?for i in 1..5
puts i * 2for loop code snippet?for i in 1..5
puts i * 2for loop must be closed with an end keyword.endend keyword after the loop body.end keyword to close it. -> Option Dend [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions