HELP ME TO SOLVE THIS using C++

Exercise 18 - Factorial of a list of integers

make a program to:

1. read a list of 10 integers into an array

2. compute the factorial of each integer in the list

3. print the factorial of each integer
Seems relatively simple.

1
2
3
4
5
6
input array

loop(10 times)
     factorial(array)

output result


When you can turn that into code, I'll help you out.
Last edited on
sir solve that the problem with code using c++ HELP ME SIR for code that problem
Top post in the forum says not to post homework problems. The few times that I have needed help with something I have found people here willing to help. You will generally find people willing to help where you are having trouble, but you probably won't have much luck looking for someone to do your homework for you.
Topic archived. No new replies allowed.