See that? When we call SayHello (), we can pass in any value of the parameter's type and it will become a variable within the method.
SayHello ()
Maybe we need to declare the name parameter as a string?
name
string