Ruby - Variables and Data Types
What will be the result when this Ruby code is executed?
def divide(a, b) a / b end puts divide(10, "2")
def divide(a, b) a / b end puts divide(10, "2")
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions