Ruby - Variables and Data Types
Find the error in this Ruby code:
num1 = 5 num2 = 0 result = num1 / num2 puts result
num1 = 5 num2 = 0 result = num1 / num2 puts result
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions