Posts by FS Developer • 101 points
2 posts
-
0
votes1
answer891
viewsQ: Operation with Factorials from thehuxley.com website
Input format: An integer x corresponding to the X of the equation and an integer n indicating a number of series terms, input ends when x = 0 and n = 0. Output format: A floating point number…
-
9
votes2
answers471
viewsQ: Factorial series from thehuxley.com site
Make a program that calculates and writes the sum of the n first series terms: seriefatorial http://www.thehuxley.com/data/images/app/problems/temp/e68085c6d699d2c7029907f994c57b80.png Input format…