Which pair of parameter lists creates two distinct add overloads?
add
Two double parameters, and three int parameters
double
int
Identical parameters with only double versus int return types
No parameters for either definition
Two int parameters for both definitions