See that? We have to specify a value for i but we can skip x when we call Multiply () because it has a default value.
i
x
Multiply ()
Almost! We want to set a default parameter, meaning that we want to initialise it with a value.