CodeChef Discuss
(if u are perfect in java)Need a java program code to compute sum of following series...
general
for
,
java
,
of
,
program
,
series
,
sum
sudheertyson
January 3, 2015, 9:53pm
1
(-x!/10) + ((x+2)!/15) + ((x=3)!/20) + … + ((x+n!)/m)
what is the code for this problem???