Pass me the number please

When your program calls the square root function, it needs to tell the function the value of the number for which the square root is needed.

Many functions require that you provide certain kinds of information when you invoke them. 

The code in the function needs this information to accomplish its purpose.