Question:

This program find the sum of the series

Last updated: 7/7/2022

This program find the sum of the series

This program find the sum of the series 1!/1+2!/2+3!/3+4!/4+5!/5 using the function. S = F(1)/1+F(2)/2 + F(3)/3+F(4)/4+F(5)/5