0
How I can assign Factorial to array?
I wanna store the Factorial of Array to another array with the same size Example: Factorial*=arr1[i] If I enter number 2 to the position[0] will give me the Factorial and I wanna store it in the second function with the same position?
2 odpowiedzi
+ 1
What do you mean by "factorial of array"?
0
Thanks I solve the problem