Sum Two Numbers
rubyWrite a method `sum_two_numbers(a, b)` that returns the sum of `a` and `b`.
Sign in
or
create an account
to write and run code.
Write a method `sum_two_numbers(a, b)` that returns the sum of `a` and `b`.