Write a program that will determine the number of terms in the series that are needed to approximate the function to a specified accuracy. Prompt the user to enter values for x and for an epsilon, where epsilon is the accuracy desired. Use a function that takes those values as inputs, and returns an integer, N, which is the number of terms required to achieve the desired accuracy. Use a while loop or a do-while loop to run your program for different values of epsilon. Report the effect on N for several values of epsilon that range between 10-3 and 10-15.
Attachment:- Assignment.rar