Computer Science, asked by Rayyaniqbal20, 1 year ago

write a program to find the sum of the series :x-x²/2! + x²/3! -x4/4! +x5/5! +x6/6!

Answers

Answered by Anonymous
10
Ur question was difficult to understand, hope my answer helps u
Thank u
Attachments:

Anonymous: OK bro
Anonymous: Listen bro
Anonymous: int i- as a loop variable
Anonymous: int j- as a loop variable
Anonymous: int x- as a variable , given according to question
Anonymous: int f- as a variable to store the factorial of a number
Anonymous: int p- to store the power value of x
Anonymous: int m- to make a particular value either + or -
Anonymous: double s- to store the sum
Anonymous: Brother , hope my variable description helps u
Similar questions