Ruby - Operators and Expressions
Identify the error in this Ruby code:
num1 = 5 num2 = 2 result = num1 // num2 puts result
num1 = 5 num2 = 2 result = num1 // num2 puts result
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions