Ruby - Basics and Runtime
Find the error in this Ruby code that aims to keep code simple and happy:
def add(a, b) return a + b end puts add(5)
def add(a, b) return a + b end puts add(5)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions