Q2. WAP to find the sum of the following series from 1 to n using user-defined function. 1!/1 + 2!/2 + 3!/3 + . + n!/n. For example, 1!/1+2!/2+3!/3+4!/4+5!/5 = 1+1+2+6+24=34. [Hint: use a separate...


q2 c programming


Q2. WAP to find the sum of the following series from 1 to n using user-defined function.<br>1!/1 + 2!/2 + 3!/3 + . + n!/n. For example, 1!/1+2!/2+3!/3+4!/4+5!/5 = 1+1+2+6+24=34.<br>[Hint: use a separate function to compute the factorial of the corresponding number.]<br>

Extracted text: Q2. WAP to find the sum of the following series from 1 to n using user-defined function. 1!/1 + 2!/2 + 3!/3 + . + n!/n. For example, 1!/1+2!/2+3!/3+4!/4+5!/5 = 1+1+2+6+24=34. [Hint: use a separate function to compute the factorial of the corresponding number.]

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here