Sweet, both parameters will be int-type variables.
int
We didn't declare a second argument when calling multiplyBy() so the default of 2 was used for x.
multiplyBy()
2
x
Whoops! What type do you think we should declare x as given the default value we have?