Circle Computations: If - then - else if



Description

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

Input

No user input is needed.

Output

The product of two internally defined values is printed.

Termination

Self-terminating