Computer Science, asked by anikrohit, 7 months ago

Q12. Write a JAVA program to find the sum of the following series till Tth terms
\frac{ {a}^{2} }{5}   + \frac{ {a}^{4} }{10}   + \frac{ {a}^{6} }{15} +\frac{ {a}^{8} }{20}     + .........till \: t \\ th \: terms

Answers

Answered by keyboardavro
0

Answer:

Write a program in Java to find the sum of the following series

S= 2

1 + 42 + 63 +....................n terms

Take necessary input from the user.

Explanation:

Similar questions
Math, 11 months ago