Transcription: To pass an argument by value, pass the argument itself. A copy of the argument is made in the called function. This example demonstrates that if an argument is passed by value and its value is changed in the called function, the argument still has its old value in the calling function.