Computer Science, asked by tenzinmonlambhutia35, 1 day ago

Write a program to print the sum of the following series:
S= x/2!+x/4!+x/9!+x/16!+x/25!
java pls help asap

Answers

Answered by sainathbalajiajane
1

Input : x = 9, n = 10

Output : -5.1463

Input : x = 5, n = 15

Output : 0.2837

Answered by saini1983love
0

Explanation:

5.163 is correct answer

Similar questions