please do this program by input statement
Attachments:
Answers
Answered by
1
Answer:
n=int(input("Enter the number of terms: "))
a=int(input("Enter the numerator"))
sum1=0
for i in range(2,n+2):
sum1=sum1+(a/i)
print("The sum of series is",sum1)
mark me as brainliest
Similar questions
Environmental Sciences,
5 months ago
Science,
5 months ago
Math,
11 months ago
Biology,
11 months ago
Chemistry,
1 year ago