[solved] – Question 76953
Write a C++ program that calculates the exact and estimated factorials of the numbers stored in an array X_Values[ ] of size 10. X_VALUES[] is either read from the keyboard, generated randomly or read from an input file. Then writes the output on screen and also to an output file.
Expert Answer
OR

