How do we give a method a parameter?
Correct! A parameter is any variable that we use to pass input to a method, and it's declared in ().
()
Not quite! A parameter is any variable that we use to pass input to a method, and it's declared in ().