Question: 2. Write a program that asks the user for an angle, entered in degrees. The program should then display the sine, cosine, and tangent
2. Write a program that asks the user for an angle, entered in degrees. 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.) You must convert the angle into radians (angle * 3.14/180)
Step by Step Solution
3.46 Rating (153 Votes )
There are 3 Steps involved in it
Python import math Get angle in degrees from the user angledegrees floatinpu... View full answer
Get step-by-step solutions from verified subject matter experts
