Question: USING C++ A. (20 points+2 potential bonus points) Sin (The Sine Function) Write a C++program that uses a loop to compute and print the sin
USING C++

A. (20 points+2 potential bonus points) Sin (The Sine Function) Write a C++program that uses a loop to compute and print the sin of an angle x to a tolerance specified by the user for following series: sin x = x - x3/31 + x5/5. - x7/71 + x9/9! -..., where X 18 in radians. An example run illustrating how your program should behave is specified on the following page note, user input is in BOLD
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
