Computer Science, asked by alisarwardr, 12 hours ago

write a program in java to calculate and print the sum of the following series: sum = 1 + 3 + 5 + 7 + …….. up to 10 terms. quick. pls. full program in java.​

Answers

Answered by atharvakumbhar3099
4

Answer:

100

Explanation:

1+3+5+7+9+11+13+15+17+19 are the 10 terms .

sum of all is 100

Similar questions