Sum Two Numbers

ruby

Write 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.