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