Because you’re passing the value of the pointer to the method and then dereferencing it to get the integer that is pointed to.
Because you’re passing the value of the pointer to the method and then dereferencing it to get the integer that is pointed to.