What is the return data type of the following function?

public static double mystery(int myInt, float myFloat, String myString)

Select one:

a.
int


b.
float


c.
String


d.
double