0
Assignment
The factorial of a positive integer k (written k!) is equal to the product of the positive integers from 1 to k. This factorial function is used frequently in mathematical problems. You are to write a C++ program for a company that can be used to evaluate the factorials of any positive integer user enters from the keyboard. The program should repeat as far as userâs wants.
1 Answer
+ 1
You might want to post your assignement in a post and not in this Q&A thread.