...

/

Challenge 2: Calculate Sine, Cosine, and Tangent of User Input

Challenge 2: Calculate Sine, Cosine, and Tangent of User Input

In this challenge, you are required to calculate the sine, cosine, and tangent of variable x.

Problem Statement

Use the calculateSinCosTan() function; it takes a number x as a parameter and shows the result of ...