Write a main method that asks the user for an angle, θ, in degrees, and prints out the values of sin(θ), cos(θ), and tan(θ).
Sample session:
Enter an angle in degrees: 30sin(deg) = 0.49999999999999994cos(deg) = 0.8660254037844387tan(deg) = 0.5773502691896257
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.