Answered You can hire a professional tutor to get the answer.
create a program in C++ that prints n first factorial numbers and its sum.g user inputs 5 and the program will output: the first 5 factorials are...
create a program in C++ that prints n first factorial numbers and its sum.
e.g user inputs 5 and the program will output: the first 5 factorials are 1,2,6,24,120 and its sum is 153.
Im thinking the program needs to use arrays
Thanks!