Question: 1. Write an interactive program named sequenceSum that prints terms of the following mathematical sequence: (also written asy Your program should accept a real number
1. Write an interactive program named sequenceSum that prints terms of the following mathematical sequence: (also written asy Your program should accept a real number as input representing a limit, and should add and print terms of the sequence until the sum of terms meets or exceeds that limit. For example, if a user passed 2.0 as input, the program should print terms until the sum of those terms is at 2 2.0. You should round your answer to 3 digits past the decimal point. The following s the output from the program sequence sum (20) ; 1 + 1/2 + 1/3 + 1/4 = 2.083
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
