Computer Science, asked by chimesis, 20 hours ago

Write a program in Java (without using Math.pow) to find the sum of the following series:

1/2^n = 1/2 + 1/4 + 1/8 + 1/16... to n terms

Answers

Answered by uzairshaikh1977
0

Answer:

I think the answer should be 1/16n

Similar questions