Computer Science, asked by sathish9663, 1 year ago

Write a program in java to find the sum of the given series: i) S = 1+1+2+3+5+………………..to n terms ii) S = 2-4+6-8+………………………to n iii) S = a - a 3 /5 + a5 /9 – a 7 /13 …………………..to n terms

Answers

Answered by tanishanegi048
1

Explanation:

  1. 3/5
  2. a5-9
  3. 7/13
  4. plus all =12
Similar questions