Скачать Two Ways to Calculate a Factorial

07.09.1991
Скачать файл (1,26 Кб)

This program is taken from:

      Leestma, Sanford and Larry Nyhoff
        Pascal: Programming and Problem Solving
        MacMillan, 1984
        pp. 162 and 192

 Its purpose is to examine two ways to calculate factorial.  One is
 through a FOR DO loop, the other is through Recursion.