Computer Science, asked by abhaacharya1435, 10 months ago

Write a java program to print the following series:
i) 2-4+6-8+..........+20
ii) (1*2)+(2*3)+.............+(19*20)​

Answers

Answered by Rishodhika6
0

Answer:

I)2-4+6-8+18+20

2)(1*2)+(2*3)+(17*18)+(19*20)

Answered by sweetprachi11
0
The program segment for the first one
Similar questions