Computer Science, asked by adri24, 10 months ago

WAP in java to input number and print the given series and its sum: 2!/1 + 3!/2 + 4!/5 + 5!/6 + ......nth term​

Answers

Answered by omegads03
1

for i=50;

{

Do

 i=1 ; n<=50; i++;

 i=1; n<=50;i--;

 cin << the no is \n>>

 cout << The no is \n>>

While

{

cout << sum is \n>>

}

}  

Similar questions