Computer Science, asked by ritikaraj2932, 6 months ago

rewrite the following program using forloop i=100while(i←0 print i​

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