This program assembles a list of "input" values and calculates the factorial of each and assembles a list of "output" values. The program ends when a value of 0 is found in the input list. This project is another example program to add to the list on this page from the Canadian Computing Competition: www.cemc.uwaterloo.ca/contests/computing/examples.html
Mathland Project Ideas: 1. This program is an example project that could be used to explore and demonstrate understanding of factorials, an important in permutations. 2. Remix to allow for user input of a single value. Output the factorial of the value.