CPSC 203: Introduction to computers |
Write a function that will take two numbers as input. The function will display the values of the parameters and then return their product. The caller of the function will then display the returned product.
[Solution]