Write a function called add that takes two int parameters and returns their sum, but the second argument is optional and defaults to 0.
add
int