Large Numbers
This program is based on the algorithms programmed for
Assignment 5. These algorithms
are explained there. The main task of this program is to give
you a feeling for large numbers. So type in a value and this
program will calculate for you n^2, n^3, n^4, 2^n, n! and n^n.
The input should be an integer between 1 and 800.