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