Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

WRITE A PROGRAM IN JAVA TO FIND THE SUM OF SERIES OF 1+2+3+4+-------)

class series { pubilc static void main (string args [ ]) { int i; int sum =0; for (i=1; i<=10;i ++)

You might also like