In the following method defination, what is the return type?
public static int myMethod(int count, double value) { return 4; }
int
void
myMethod
count