Ruby - Basics and Runtime
Identify the error in this Ruby code:
def add(a, b) a + b end puts add(5)
def add(a, b) a + b end puts add(5)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions