Computer Science, asked by LordUmang, 12 days ago

Write a program to input two integers say x and n and find the sum of +^2/2 - ^3/3+ ^4/4- ^5/5……….. ^/

Answers

Answered by MOMINNaveed
0

Answer:

Input : x = 9, n = 10 Output : -5.1463 Input : x = 5, n = 15 Output : 0.2837

Similar questions