Write a function faculty, such that faculty(n) = 1*2*3*4*....*n.
Call faculty directly.
Write a class that contains a function call to faculty.