find the sum of the given series based on addition, division and factorial. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

find the sum of the given series based on addition, division and factorial.

find the sum of the given series based on addition, division and factorial. Create a separate function to compute factorial and results. (1/2!)+(2/3!)±(3/4!)...+6/7!

20th Feb 2022, 7:54 PM
Mohsin haider Sultan
Mohsin haider Sultan - avatar
2 Answers
+ 3
This is a nice practice, please let's see your try. Hint: you can solve this using a function and a loop, the function should have a parameter and return its factorial (pass it by a value), now coming to the loop, the loop should have some code to iterate based on your series condition.
20th Feb 2022, 8:34 PM
Mohammed
21st Mar 2022, 9:42 PM
Mohammed