Question: Write a program that asks the user for an angle, entered in radians. The program should then display the sine, cosine, and tangent of the
Write a program that asks the user for an angle, entered in radians. The program should then display the sine, cosine, and tangent of the angle. (Use the sin, cos, and tan library functions to determine these values.) All numeric values in the output should be displayed in fixed-point notation, rounded to four decimal places of precision. Here is one sample run:
Enter angle: 1.07078 sin(1.07078)=0.8776 cos(1.07078)=0.4794 tan(1.07078)=1.8304
C++ Language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
