home *** CD-ROM | disk | FTP | other *** search
- Both arguments in print_sum() have a default value of zero. If
- print_sum() is called with two arguments, these default values are
- not used. If print_sum() is called with one argument, the default
- value for j is used. If print_sum() is called with no arguments,
- the default values are used for both i and j.
-