Computer Science, asked by rohit8941, 8 months ago

write a program in java to print series s = (1*2)+(2*3)+..........+(19*20)​

Answers

Answered by Anonymous
1

i = i + ( i+1 )

Follow it the program will come

Similar questions