SUM

  1. Assign the value 0 to your function result.
  2. For each argument:
    1. Add the argument to your function result.
    2. Assign the sum to your function result.