Write two versions of a function called add. The first should take two double arguments and return their sum (as a double). The second should take three int arguments and return their sum (as an int).
add
double
int