First page Back Continue Last page Graphics
argument vs parameter
What I usually call the dummy argument or dummy parameter, the book simply calls parameter or formal argument.
What I usually call the actual argument, the book calls argument.
don't let this multiple name problem prevent you from distinguishing between the things passed INTO a function and the things received within the function body FROM the calling program.