This program computes the product of two numeric values. It is trivial in terms of the computation, but is designed to illustrate these new concepts:
1. function definition 2. function calling with parameters being passed 3. returning a value from a called function