Exercise 6.4.8: Sum Two Number

A function that takes two arguments and returns their sum.

In the main part of your program (the part that isn't inside a function), call your function to test it out.