Computer Science, asked by imkeziah, 26 days ago

write a java program to find the sum of the series 1 +3 + 5 +7... till n number. n will be accepted from the user.

Answers

Answered by samrattalukdarcal
0

Answer:

Given the value of the n. You have to find the sum of the series where the nth term of the sequence is given by:

Tn = n2 – ( n – 1 )2

Similar questions