Que-4 Write the programs in Java to display the first ten terms of
the following series:
1.8.27.64
Answers
Answered by
1
Input: N = 2
Output: 9
9 = (2*(2+1)/2)^2
Input: N = 4
Output: 100
100 = (4*(4+1)/2)^2
Similar questions