Computer Science, asked by niranjangaidhan1855, 2 months ago

write a program to print the sum of series
1/2+3/4+5/6+/8+.......19/20

Answers

Answered by kumailrizvi2006
0

Answer:

This code is a Python program:

Explanation:

......................................

0.5 + 0.75 + 0.8333 + 0.875

if 2.9583

then print("Answer Solved!")

exit()

.......................................

Plz mark as brainliest. Or you can also write this code in other languages like Java.

Similar questions