function c = addTwoNumbers(a, b) % addTwoNumbers(a, b) returns the sum of a and b % c = a + b; end