Computer Science, asked by razumalik6, 9 months ago

Write a program that finds the sum of the first n terms of the following series: 1x 22 +2 x 32 +3 x 42 + ... +n x (n + 1)2​

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