Ruby - Variables and Data Types
Identify the error in this Ruby code:
def multiply(x, y) x * y end result = multiply(3, "4") puts result
def multiply(x, y) x * y end result = multiply(3, "4") puts result
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions