Ruby - Variables and Data Types
What will be the output of this Ruby code?
def add(a, b) a + b end puts add(5, "10")
def add(a, b) a + b end puts add(5, "10")
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions